Comment #3 on issue 21080 by [email protected]: chromium doesn't honor locale fallbacks http://code.google.com/p/chromium/issues/detail?id=21080
Probably, we have to do what 'Romans' do :-). Perhaps, there are two parts to this: 1. Revise ICU to take into account LANGUAGE env. variable (I'll report this to the upstream as well). Perhaps, picking the first in the list of locale codes should sufficient here. 2. Change our locale fallback code to go down the list if the first is not available. (on Linux only). Something to think about: how to deal with a conflict between LANGUAGE and LC_*/LANG? We have to see what other linux apps do in that case. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
