# For iOS
international --csv ~/import.csv --platform ios --output iosApp/
# For Android
international --csv ~/import.csv --platform android --output app/src/main/res/
Full usage
Usage: international [OPTIONS]
Options
-c, --csv PATH_TO_CSV # Path to the .csv file
-o, --output PATH_TO_OUTPUT # Path to the desired output folder
-p, --platform PLATFORM # Choose between "android" and "ios" (default: "android")
-d, --dryrun # Only simulates the output and don't write files
-h, --help # Displays help
-v, --version # Displays version
Installation
$ gem install international
License
The gem is available as open source under the terms of the MIT License.
请发表评论