-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The download command fails with an error when using the android format #80
Comments
Can you please send an email to support@locize.com with the project-id so we can check? |
Will do. |
Another noteworthy thing which I forgot to mention: all translations were created using the |
v7.12.10 should fallback without crashing, when there are missing string-array elements |
🐛 Bug Report
The download command fails with an error when using the android format.
To Reproduce
Run the following:
locize download --project-id {omitted} --api-key {omitted} --format android
This results in the following error:
The primary namespace I'm using contains some 900 translation keys, so haven't figured out which key that causes this yet. Tried testing some different cases in an otherwise empty namespace, but they have all worked so far.
Expected behavior
When omitting the
--format android
flag, the download succeeds, resulting in the following directory structure:I expect the download to work in the same way when using the
--format android
option, but resulting in Android string resources files instead of JSON.Your Environment
The text was updated successfully, but these errors were encountered: