In that i18n space, one choice that I really like is angular-gettext[1]. It exposes a few translate directives, which are detected by a scanner, which in turn can be used to build translation files using standard POT and PO formats. PO format is a GNU standard for this, and as such there is a number of tools to support the translation process itself (e.g. poedit)
I really don't understand why the other angular libs try to reinvent the wheels with regards to this. [1] https://angular-gettext.rocketeer.be/ On Mon, Mar 9, 2015 at 5:03 PM, TsenYing H <[email protected]> wrote: > Good presentation from ng-conf on upcoming i18n functionality: > http://youtu.be/iBBkCA1M-mc > > As far as release dates go, > plurals and gender message format support will be in 1.4. > > It was mentioned that there is no timeline for command line extraction > tools. > It's unclear to me if this means support for translations are in "command > line extraction tools" > and hence no timeline for translations as well? > > If so, it seems like the only choice for implementing translations now is: > https://github.com/angular-translate/angular-translate > (if choosing between the two that is) > Can anyone confirm or deny? > > On Tuesday, March 3, 2015 at 4:33:44 PM UTC-7, Pawel Kozlowski wrote: >> >> Things will be announced during the ng-conf (http://www.ng-conf.org/) >> that starts this Thur and will be live-streamed. There will be >> i18n-dedicated presentation, so stay tuned! >> >> Cheers, >> Pawel >> >> On Thu, Feb 19, 2015 at 2:42 PM, TsenYing H <[email protected]> wrote: >> > Wondering what the status is for the I18N functionality for the 1.4 >> release? >> > >> > It was announced in the 2014-12-15 blog where it is slated for release >> at >> > ngConf coming up soon (March 5th) >> > Is it still on track? >> > >> > Don't see any progress on the git repository >> https://github.com/angular/i18n >> > since initial commit a month ago. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "AngularJS" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/angular. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> AngularJS book: >> http://www.packtpub.com/angularjs-web-application-development/book >> Looking for bootstrap-based widget library for AngularJS? >> http://angular-ui.github.com/bootstrap/ >> > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Felipe Mobus http://fmob.us -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
