angularjs-localizationservice icon indicating copy to clipboard operation
angularjs-localizationservice copied to clipboard

AngularJS Resource Localization Service

Results 12 angularjs-localizationservice issues
Sort by recently updated
recently updated
newest added

I am getting data form database using sql server. But translator is on working not dynamically created dom. Rest is working fine.

Not working properly with angular 1.3

Fixing getLocalizedString filter to select the first matched object because it returns an array! getLocalizedString: function(KEY) { // default the result to an empty string var result = ''; ```...

Hi Jim After retrieving the latest for my Cordova project the translation was broken. Is it possible to tag/branch for versions - for now I am using "lavinjj/angularjs-localizationservice#master" in bower.json...

I think that the URL for the default file is wrong, maybe is necessary to remove the first slash in line 71: '/i18n/resources-locale_default.js' has to be 'i18n/resources-locale_default.js'

I am currently using your service - and wondered if it would be feasible to extend it to include image localization using a similar pattern that you have used to...

Added scoped dictionaries. Localize.js will search in folder (scope) for resource file, very usefull in a modular system. Use this way: {{ 'myKey' | i18n:'myScope' }} You can have multiple...

Thanks for the great library. It made providing i18n support to my app very easy. One feature I suggest is letting the service fall back to the default resource file...

First of all thanks for this awesome module. I really like the idea of using directives instead of filters to increase performance.... Currently it's not possible to have HTML as...

I suggest to change dictionaries extension to .json.