Open rosenpin opened 5 years ago
Hi @rosenpin .
What is the expected name for app/src/main/res/values-kab-rKAB
?
You can use Languages mapping feature if you need non-standard names for language.
I don't know what is the expected name, that's the name generated by the crowdin cli android language code.
I managed to fix it using languages mapping and overriding the default android language code for Kabyle language, but my point is that the default language code is wrong/invalid as android doesn't actually support it, causing a compilation error
This is my crowdin yml configuration:
This is my website configuration:
After running
java -jar crowdin-cli.jar download
all the files are downloaded in the following format:But when trying to compile the project I get the following error:
It seems like some of the language codes are incorrect and cause compilation errors.
When I use the 2 letters code it works, but it causes me to loose some of the translation languages.
Is this a known error and is there a solution?