Skip to content

EricDobyns/StringTranslations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts to generate shared string translations for iOS, Android and Web applications for multiple languages from an xlsx file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published