This repository contains scripts to automatically generate string translations for an iOS, Android and web application.
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.
Install dependencies
npm i
Generate translations for all applications
npm run generate
Generate translations for iOS
npm run generate:ios
Generate translations for Android
npm run generate:android
Generate translations for Web
npm run generate:web