Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 928 Bytes

File metadata and controls

42 lines (28 loc) · 928 Bytes

String Translations

This repository contains scripts to automatically generate string translations for an iOS, Android and web application.

Adding a New Translation

Translations for all applications can be found in the excel file Translations.xlsx.

To add a new translation please add the phrase in all languages and a key for each required platform to this file and run one of the generation scripts to create new localized files for each application.

Final output for use in each application can be found organized for each platform within the output directory.

Getting Started

Install dependencies

npm i

Generate translations for all applications

npm run generate

Scripts

Generate translations for iOS

npm run generate:ios

Generate translations for Android

npm run generate:android

Generate translations for Web

npm run generate:web