data://.algo/iVoider/AndroidLocalizer/temp/b5a9ee29a98c4583835b9db7f02ff53f.zip
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
algo auth
# Enter API Key: YOUR_API_KEY
algo run iVoider/AndroidLocalizer/0.4.0 -d '<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="some">Hello!</string>
<string name="example">This is an example how yours great app</string>
<string name="translate">can be localized</string>
<string name="some_api_key" translatable="false">And this one not gonna be translated</string>
</resources>'