correij / v8-i18n

Automatically exported from code.google.com/p/v8-i18n
Other
0 stars 0 forks source link

Spec change: locale lookup should include zh-TW #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The simple lookup algorithm works like this:

zh-TW -> zh
zh-CN -> zh

even if zh-Hant-TW exists.

It is not acceptable to have traditional Chinese fall back to simplified (zh is 
considered simplified).

We should add zh-TW as a data point if it's not available.

Original issue reported on code.google.com by c...@google.com on 22 May 2012 at 3:55

GoogleCodeExporter commented 8 years ago
Fixed for lookup algorithm.

Original comment by c...@google.com on 22 May 2012 at 10:44