TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introducing ngTranslate - I18n for your AngularJS apps

2 点作者 PascalPrecht大约 12 年前
Tell me what you guys think

1 comment

taude大约 12 年前
Nice work.<p>It would be great if you could make the translateProvider have external sources, either a file or service that's downloaded or called on the server. Even downloading Java property files (or something similar) would be really great, since the client could use the same translation files that a lot of back-end devs would be using on the server side.<p>Edit: just noticed that you linked to some other Angular libraries working on localization. Nice, and helpful.