To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=47440
------- Additional comments from [EMAIL PROTECTED] Wed Apr 27 07:50:52 -0700 2005 ------- we should have a global fallback mechanism for languages. but that is not the case right now. in most places, language fallback just happens to the left and ends with en-US which should always be available. (zh-HK -> zh -> en-US) The fact, that we get zh-CN is due to the fact, that initial language selectoin does not adhere to this scheme, but rather uses a locale with a matching language code if it finds one. if it finds multiple matching language-code locales it chooses the first one which is zh-CN in this case. I will adept the scheme used in initial language selection to the default scheme but also include an exception for zh-HK to try to use zh-TW if available... In the long term, we should have a global place to handle all local fallbacks. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
