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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -