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

Gettext support for Angular.js

Results 104 angular-gettext issues
Sort by recently updated
recently updated
newest added

Keys are broken by gettext if they contain ampersands that are not html-encoded. The reason is, gettext uses .html() on keys in a few places, which html-encodes ampersands (among other...

Hi. One of the dependencies for angular-gettext-tools is [binary-search](https://www.npmjs.com/package/binary-search) Which has a CC0-1.0. Given the license restrictions for that dependency, could there be any legal implication if I use this...

When you do the following in a controller... `var sometext = gettext("I am some text to translate");` ...and then add that variable to an HTML template like such `{{$ctrl.sometext}}` There...

Extraction & futher translation of the string like this one, works fine: ``` This is somethign & else ``` But for string like the following one extraction would work, but...

I am trying to translate a ionic app using this lib, it works great at some views, but other views show "[MISSING]" on all the terms having "translate". I have...

Hi, The project is very cool and easy to use thanks a lot. I have a question: currently, when adding a new translation, developer has to run the grunt/gulp task...

I have an attribute, `` I want add a 'translate', then get a pot file contains "a" and "b". How can I do it?

Using gettextCatalog.getString() doesn't work in a factory. It returns the untranslated string. Is there anything I can do about this?