Help
Node.js app internationalization and localization
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
- Created by
- Ryan Dahl
- Released
- May 27, 2009
- Links
-
https://nodejs.org/en
Wikipedia
🔗Applications using Node.js are usually translated using
🔗Related Platforms
🔗Best way to localize Node.js apps
The first step is to extract the text to translate into language files. This process is called internationalization. The most popular i18n library for Node at the moment is i18n-node. It can be used to extract the text to translate into JSON files.
Once you have internationalized your Node.js app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate a Node.js app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.
- airbnb.io/polyglot.js Tiny i18n helper library written in JavaScript, made to work both in the browser and in CommonJS environments
- ibitcy/eo-locale Elegant lightweight library based on Internationalization API
- martinheidegger/i18n-node-yaml A node/express plugin with YAML file support
- jeresig/i18n-node-2 Full featured localization module for express.js
- treatwell/wti A command-line tool for WebTranslateIt written in Node.
- Facebook/fbt FBT is an internationalization framework for JavaScript designed to be not just powerful and flexible, but also simple and intuitive.
- Format.JSInternationalize your web apps on the client & server
- MessageFormat/Jed Gettext support for Javascript