angular-gettext
angular-gettext copied to clipboard
Gettext support for Angular.js
Because I love angular-gettext so much and have used it in plain angular projects I wanted to use it in Meteor. It seems to work fine but I have a...
Hi, I have a tooltip similar to the one in this example: http://jsfiddle.net/2dNcP/353/ I need the text in the to be translated: template: "#= category # value: #= value #...
Hi rubenv, When I use a string that contains ">" on it, I get no translation on IE. Example: `scope.sentence = gettextCatalog.getString('Sentence with > on it')` `` On Chrome/Firefox, it...
Hello, I have a situation where i have two different translations for the same word. Example: "Patients": "患者数", //present in file1.json "Patients": "患者", //present in file2.json These two translations are...
Hello, I have an issue where a string is getting translated twice. For example, in my resource files i have these translations for german: "Home": "Start", "Start": "Starten" Now, when...
Ideally we could shift around (refactor) code without causing changes to the generated .pot files (unless the changes actually changed the translatable text)... There are two things (sub-issues, if you...
Every now and then I need to show a message that comes from a controller and this needs to get interpolated. The thing is I've only achieved to show the...
Custom Annotations for placeholders as in the [example](https://angular-gettext.rocketeer.be/dev-guide/custom-annotations/) don't seem to work when lazy loading languages. It seems the language is not loaded before the string is translated. But also,...
Added data === 'object' to check if data is an object before parsing the content. This avoid parsing data that is not useful, like in situations where pinging a file...
Hi @rubenv , I would like to declare singular and plural strings outside `gettextCatalog.getPlural`. Case : ```js // js file where gettext cannot be injected const objects = [ {...