Meteor js localization -


i got meteor app , want support multiple languages. how support multy language app meteor js? there recommended pattern, couldn't find stuff in documentation

meteor suggest don't write own packages @ moment , appears not bundled l10n package part of project.

two projects worth looking @ server side patterns in node i18n-node , node-polyglot.

both these projects use simple json structures loaded locale directories , both create new translation keys when first use them. if need create json language pack existing source, use po->json converter.

update: found meteor wrapper i18next


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -