mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7125 Fix spurious test println
X-SVN-Rev: 26598
This commit is contained in:
parent
830d75f537
commit
50cb567507
1 changed files with 0 additions and 2 deletions
|
@ -577,8 +577,6 @@ public class LocaleMatcher {
|
|||
|
||||
static {
|
||||
// TODO get data from CLDR
|
||||
System.out.println(ULocale.addLikelySubtags(new ULocale("iw")));
|
||||
System.out.println(ULocale.addLikelySubtags(new ULocale("he")));
|
||||
canonicalMap.put("iw", "he");
|
||||
canonicalMap.put("mo", "ro");
|
||||
canonicalMap.put("tl", "fil");
|
||||
|
|
Loading…
Add table
Reference in a new issue