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

I'm using angular-localize#1.2.1 with angular#1.2.28. The bower.json dependencies is as follows: ``` "dependencies": { "angular": ">=1.2 < 2", "angular-cookies": ">=1.2 < 2", "angular-sanitize": ">=1.2 < 2" } ``` This lead...

Hi, is there a way to persist language longer than session. If i set another language than my defaultLanguage, every time i refresh the page, it first loads the default...

Allows language files with nested json. Comes with a configurable option for retro-compatibility, as it changes how tokens should be entered if enabled. See updated read.me for details. --- This...

### Problem: Localization bundles currently can be obtained only via filesystem. Such solution is hardcoded and is not flexible. There are ways to obtain files via endpoints (as my current...

First of all, great module and super appreciate the hard work. It doesn't seem like there is a way to pass escaped newlines, "\n", as data for i18n text. The...

Hi there, My use case is: I have a locale e.g. **de** but is could be the case when for this specific (or any other locale but `defaultLocale`) I could...

The documentation suggests that locale.ready(some_path) should return a promise that resolves with the data requested rather than the path. ``` angular.module('myApp', ['ngLocalize']) .controller('exampleCtrl', ['$scope', 'locale', function ($scope, locale) { locale.ready('common').then(function...

Could it be possible to `npm publish` this so that one can require it using `npm install angular-localization`? At the same time it should then be possible to `require('angular-localization')` as...

Love the framework, excellent job. I have a question about the fallback locale. I have an en-GB set of lang.json files which work just great. I want begin to create...

This supports three levels of fallback. The requested locale, falling back to the fallback locale and then the default. This allows incremental localisation files, so, for example, you can have...