angular-gettext
angular-gettext copied to clipboard
Gettext support for Angular.js
Hello Rubenv, The doc is mentionning the JS grunt compilation method . What about a cli JS compilation method ? Do I have to use this : https://github.com/vbraun/angular-gettext-cmdline ? Many...
Given this HTML template ```html This value will replace [[{{refName}}]] in the message. ``` We get : `Error: [$parse:ueoe] Unexpected end of expression: {refName`. This error only happens when the...
For my project, we wanted to have a fallback waterfall. We have 6 languages (en, fr, de, nl, it, es), and we wanted to be able to define that en...
Development of angular-gettext has up till now always been funded by companies I work with, for which I'm very grateful. Sadly the last of those projects will be coming to...
translate-params-* allows usage of HTML content under certain conditions (potential security issue)
# The Issue Assuming this is your controller: ```javascript myApp.controller('TestController', function ($scope) { $scope.one = 1; $scope.someUnsafeHtml = "{{ one }} + {{ one }} = {{ one + one...
Do you plan to support angular 2 natively?
This may have been raised already. The options for Grunt task nggettext_compile need to be documented. I was looking for a way to use requireJs and, by looking at the...
Configuration: `{ attributes: ["title"] }` Example html: ` Header Some content to read < /div>` Current implementation will extract inner html (`Header...`) instead of title attribute value, probably because of...
Does the filter support context? If not, is there any way to work around this?
Suppose we have a case like this: ``` Test & Execute ``` If we extract strings, the extraction will appear in your *.pot file, as expected. But when you make...