在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):EE/ng-l20n开源软件地址(OpenSource Url):https://github.com/EE/ng-l20n开源编程语言(OpenSource Language):JavaScript 89.9%开源软件介绍(OpenSource Introduction):ng-l20nAn AngularJS module handling the l20n localization library. ng-l20n is deprecated, switch to Project Fluent. UsageUsage is simple - just use a An example sandbox is included. You can freely use Angular expressions inside the attribute, they will be parsed for you before passing to l20n. ConfigurationLocale is stored in myApp.config(['l20nProvider', function (l20nProvider) {
l20nProvider.localeStorageKey = 'myAppLocaleKey'; // default: 'locale'
l20nProvider.localeProperty = 'myAppLocale'; // default: none
}]); If the Minification and lintingMinification and linting is supported via Grunt tasks. To obtain the minified file together with the
sourcemap, first install a global npm -g install grunt-cli Then install local npm install After performing these steps, invoking: grunt will lint & build the files; you can copy all 3 files ( Notes
LicenseThe module is available under the MIT license (see MIT-LICENSE.txt for details). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论