Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Speed up your Localization / Internationalization efforts by automating translation with a single script

License

NotificationsYou must be signed in to change notification settings

emadehsan/ieighteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed up your Localization/i18n efforts by automating translation.You might need to proofread the translated text. Thetranslate.py script translates the file from source-locale folder to target-locale folder. E.g.

en/strings.txt --- gets translated to --->ur/strings.txt

The repo containsur/strings.txt, the translated Urdu text as an example.Example

Following Folders/Files must exist

en or your source locale folder

en/strings.txt or your source locale file

ur or your target locale folder

The script creates (overwrites if already exist) the file in target locale folder

To Run

Python 3 and libs used intranslate.py must be installed

Change following variables intranslate.py according to your need

# Locale code of source and target languagessourceLang = 'en'targetLang = 'ur'# Put file name herefilename = 'strings.txt'

About

Speed up your Localization / Internationalization efforts by automating translation with a single script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp