transai alternatives and similar libraries
Based on the "Localization" category.
Alternatively, view transai alternatives based on common mentions on social networks and blogs.
-
BartyCrouch
Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files. -
LocalizationKit
Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac) -
Localize
Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings. -
L10n-swift
Localization of the application with ability to change language "on the fly" and support for plural form in any language. -
CrowdinSDK
Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately -
locheck
Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files. -
Respresso iOS client
Save development time! Respresso automatically transforms and delivers your digital assets into your projects -
Respresso Localization Converter
Save development time! Respresso automatically transforms and delivers your digital assets into your projects -
Respresso Android client
Save development time! Respresso automatically transforms and delivers your digital assets into your projects
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of transai or a related project?
README
transai
transai is a command line tool to help you do Android and iOS translation management. You can extract string files to csv format, or generate string files from csv file for both Android, iOS and Mac.
Installation
Just install it by npm:
$ sudo npm install transai -g
Usage
Usage:
transai load [COMMAND] # load string files
transai save [COMMAND] # save string files
transai -h | --help # help
transai -v | --version # version info
Options:
-i, --ios # ios file path
-a, --android # android file path
-w, --web # web json file path
-f, --from # from which lang (both ios & android)
--from_ios # from which ios lang
--from_android # from which android lang
--from_web # from which web lang
-t, --to # to which lang (both ios & android)
--to_ios # to which ios lang
--to_android # to which android lang
--to_web # to which web lang
-c, --csv # csv file
Example:
$ transai load -a ~/android -i ~/ios --from en --to de -c ~/strings.csv
extract strings to strings.csv under ~/android and ~/ios folder
$ transai load -a ~/android -i ~/ios --from_android default --from_ios en --to_android zh_tw --to_ios zh-Hant -c ~/strings.csv
extract strings base on android default lang and ios en lang to android zh_tw lang and ios zh-Hant lang
$ transai save -a ~/android -i ~/ios --from en --to de -c ~/strings.csv
generate string files from strings.csv under ~/android and ~/ios folder
$ transai save -a ~/android -i ~/ios --from_android default --from_ios en --to_android zh_tw --to_ios zh-Hant -c ~/strings.csv
generate string files base on android default lang and ios en lang to android zh_tw lang and ios zh-Hant lang
See transai --help
or transai <command> --help
for more information.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/transai.
License
The module is available as open source under the terms of the MIT License.
*Note that all licence references and agreements mentioned in the transai README section above
are relevant to that project's source code only.