Skip to content

agestaun/strings2translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strings2translate 📑

Project to apply translated strings to json files for my company.

It takes the strings from the source files and replaces them in the destination files.

How do I run it?

Important

Pay attention to the TODOs before running the code. Some paths need to be replaced to find the source and target files.

Install ts-node if you don't have it already.

This will allow you to execute TypeScript code directly.

npm install -g ts-node typescript '@types/node'

Execute the index file using ts-node from the root directory

ts-node index.ts

About

Project to apply translated strings to json files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published