translate_arb_cli

Creator: coderz1093

Last updated:

0 purchases

translate_arb_cli Image
translate_arb_cli Images
Add to Cart

Description:

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

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.