transai alternatives and similar packages
Based on the "Other" category.
Alternatively, view transai alternatives based on common mentions on social networks and blogs.
-
FileDownloader
Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process -
AboutLibraries
AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments -
Android Scripting
SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. -
android-ocr
DISCONTINUED. An experimental app for Android that performs optical character recognition (OCR) on images captured using the device camera. -
Android Priority Job Queue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. -
Tiny Dancer
DISCONTINUED. An android library for displaying fps from the choreographer and percentage of time with two or more frames dropped -
AwesomeValidation
Android validation library which helps developer boil down the tedious work to three easy steps. -
WheelView-Android
DISCONTINUED. Selector with wheel view, applicable to selecting money or other short length values. -
Android-Link-Preview
DISCONTINUED. It makes a preview from an url, grabbing all the information such as title, relevant texts and images. -
JsonToJava
I was fed up with writing Java classes to mirror json models. So I wrote this Java app to automate the process. -
AndroidPermissions
Android M was added to check Permission. but Permission check processing is so dirty. -
Fragment-Switcher
An instance-state saving fragment switcher, intended for use with navigation drawers or tabs. -
sixpack-java
A Java client for the Sixpack A/B testing framework https://github.com/seatgeek/sixpack -
AudioPlayerView
AudioPlayerView is an Android view that loads audio from an url and have basic playback tools. -
UserAwareVideoView
A customized video view that will automatically pause video is user is not looking at device screen!!!!! -
Typography
**DEPRECATED**. Use the native and support library variants instead - https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml.html. An android library that makes it easy to add custom fonts to edittexts and textviews -
Android Support library
The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework API. -
Google Play Services
Library to access Google services, such as account syncing, Google+ (sharing, single sign-on), Google Maps, Location APIs, Google Play Games, Cloud Messaging, Android Device Manager, and others.
CodeRabbit: AI Code Reviews for Developers
* 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.