Added default Chinese translation#2029
Added default Chinese translation#2029nicolaasmatthijs wants to merge 1 commit intoether:developfrom
Conversation
|
I'm not sure how this will interact with translatewiki cc @marcelklehr and @siebrand |
|
Could you specify "not predictable"? If something doesn't work as |
|
@marcelklehr : Our application uses the standard |
|
We have fallbacks, but only from say 'zh-hans' to 'zh', not the other What do you think? If there's a consensus I'll happily add this. |
|
+1. Being able to fall back from |
|
Actually, I meant it the other way around. (* yea well, to what exactly..) |
|
Sorry, that is what I meant as well. The logical one to fall back to would probably be |
|
So, for this redirect to work for all languages, we can either use the first available or the alphabetically first lang as a redirect or we can define default redirects for all languages. I like alphabetical order ;) |
|
The alphabetical approach sounds more straightforward |
|
ok, please test #2052 |
Our application integrates with Etherpad and will set Etherpad's locale to be the same as the one set in our application. However, the name of the Chinese translation file is not predictable compared to the other ones. Therefore, I'm adding a default Chinese locale file to the list of available locales.