angular-localization icon indicating copy to clipboard operation
angular-localization copied to clipboard

angularjs localization done right.

Results 42 angular-localization issues
Sort by recently updated
recently updated
newest added

Added support for multiple strings for localization, ex. …. "message" : [ "line 1 to", "line 2 of message", "line 3 of message" ], …. --- This change is [](https://reviewable.io/reviews/doshprompt/angular-localization/95)

https://github.com/doshprompt/angular-localization/blob/master/src/localization.js#L248-L267 getLocalizedString may release Zalgo. I've got a big mess of an app. You don't care about that. It uses the i18n filter, which calls locale.getString, which is getLocalizedString. This...

module compat with angular2 and/or rollout new fork `ng2-localization`

I got the following error when trying to upgrade from version 1.2.1 to 1.4.0 via `bower install` ``` bash $ bower install bower angular-localization#1.4.0 not-cached git://github.com/doshprompt/bower-angular-localization.git#1.4.0 bower angular-localization#1.4.0 resolve git://github.com/doshprompt/bower-angular-localization.git#1.4.0...

Currently, angular-localization depends on an external repository to release its dependencies. The distribution was external, so angular-localization's install could be as small as possible. But this decision come with extra...

Hi, when i try to use json format like this : `{ "main": { "header": "myHeader" } }` from my template i can access this like **filename.main.header**, but on Network...

...ed using the directives. This comes from the same need as described in issue #25, that is to be notified when translations are being substituted. The PR adds a new...

This adds a method to access a localised bundle. This is used to allow me to use angular-localization to load a complete bundle into another package which has its own...

This adds the locale name to the localeSupported array, thus allowing the same array to be used as input to user locale selection, or feedback. This requires a change to...

I'm using the parameterized substitution of strings, using {1}, {2}. The project uses same resource files for angular and ASP.NET C#, and it starts the index on {0}. This will...