0 purchases
translate arb cli
Translate arb CLI #
Translate .arb file to other languages by the power of LLMs.
Supported API:
OpenAI
Google Gemini
Ollama
Usage #
translate_arb_cli.dart ollama -f app_en.arb -t fr
copied to clipboard
Batch translate your arb files to other languages:
export GOOGLEAI_API_KEY=<YOUR_API_KEY>
for lang in {fr,es,de} do
translate_arb_cli gemini -f app_en.arb -t ${lang} > app_${lang}.arb
done
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.