Android Default language management#120
Conversation
|
Hey @filippodelfra and @netbe filename: Localization.csv I've tried to change the default_lang with multiple things, like English, en, en-US etc but it doesn't seems to work with this pull request ... Do I am doing something wrong? I also tried with the command line variable but it doesn't work too Thanks in advance |
|
@ExPl0siF could you be more specific about what you expect? @filippodelfra |
@netbe I just want my Babelish config to output one values and one values-fr, but atm I only get one values-en and one values-fr, I juste want to remove the -en on my default langage :) Thanks in advance |
|
@ExPl0siF did you manage to solve this issue? |
Nope ... Never got an answer ... So I wrote a shell script that run babelish and then I mv the bad folder name |
|
@ExPl0siF Thanks for your swift reply, really appreciated :) |
|
@ExPl0siF it's surely a bit late but perhaps in your config, instead of: |
Hi,
I've added the management of default language in csv2android command.
If a default language is set, the translations will be stored in the "values" folder.
Also, I have added a test set.
Thanks