json_localization_translator

Last updated:

0 purchases

json_localization_translator Image
json_localization_translator Images
Add to Cart

Description:

json localization translator

Language: English
json_localization_translator #

json localization data translator,
based on the 'translator' package
example: source 'en'
{
"hello": "hello",
"yellow": "yellow",
"inner": {
"test": "inside",
"confirm": "confirm",
"depth": {
"depthTitle": "title"
}
}
}
copied to clipboard
example: translate 'zh-tw'
{
"hello": "你好",
"yellow": "黃色的",
"inner": {
"test": "裡面",
"confirm": "確認",
"depth": {
"depthTitle": "標題"
}
}
}
copied to clipboard
Usage #
1. Use this package as an executable


Activating a package
dart pub global activate json_localization_translator
copied to clipboard


Running
json_localization_translator translate -i {input_file} -o {output_file} -f {from_language} -t {to_language}
copied to clipboard


Command Line Arguments
translate translate command
-i, --in input file
-o, --out output file
-f, --from from language
-t, --to to language
-h, --[no-]help description
copied to clipboard


(If thrown error command not found on step1, check this add path to env)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.