angularjs - Angular translate decimal numbers -


i using angular-gettext project. wondering if somehow translate decimal numbers. fx in languages write 2.5 , other 2,5. have idea if doable via angular-gettext?

what other workaround there be?

angular-gettext doesn't you, if combine built-in $locale service angular.js, should work. you're looking number filter.


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -