angular-gettext
angular-gettext copied to clipboard
Gettext support for Angular.js
This might be just a missing feature in the documentation, or a missing feature, I am not sure I want to use different context with gettext directly in code. Such...
Hi, I encountered a problem translating attribute values like `title` and `placeholder`. Currently we could convert this: `` to this: `` But this adds unnecessary obfuscation of the html attribute...
My app uses English and french. When I switch to french, some of the translations have [MISSING] attached, even though the english is correctly translated to the appropriate french version....
If I have the translate keyword on an empty item (in this case a div) ``` javascript ``` I get the following error: ``` javascript TypeError: element.parent is not a...
i have use angular-text plugin . please provide any method have ignore case sensitive in angular text
I know the extractor supports the externalizing the translate-context for the html file. Does it have the corresponding support for the javascript file? Based on the api, I have gettextCatalog.getString("me",...
for this situation : ``` html ```
I'm using angular-gettext in a ES6 project and i wrapped the function like this: ``` javascript this._t = (...args) => { return gettextCatalog.getString(...args); }; this._t('Translate me...') ``` But when I...
Does `angular-gettext` have support for `offset` as seen in ngMessageFormat or ng-pluralize? Or matching rules beyond `singular` and `plural`? Thanks!
Hello! I'm using gettext to translate plural expression like this: https://plnkr.co/edit/0TleimZl9ehza8A6XTE0 changeLanguage switch current language. If I check watchers count, it raises every time when I click changeLanguage button or...