the script works only for translation in JSON format, where keys should describe the object tree
EXAMPLE
{
...
"FilesList.empty": ".......", "Auth.Before.buttons": ".......", "NotificationsErrMaxDataSizeReached.tex_big": ".......",
...
}
- Put actual locales to strings folder from project.
- Put translations files to the translation folder. The translation file name should be the same as file from strings folder.
- to execute ru index.js file.
- output data will be in new_stings folder.