Skip to content

Commit

Permalink
Add "pcm" and "su" to the ignored locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Apr 23, 2020
1 parent 44e190f commit facb875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/generate_country_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,15 @@ function discover_locales() {
'ha', 'ig', 'jgo', 'jmc', 'kab', 'kam', 'kea', 'kde', 'ki', 'kkj',
'kln', 'khq', 'ksb', 'ksf', 'lag', 'luo', 'luy', 'lu', 'lg', 'ln',
'mas', 'mer', 'mua', 'mgo', 'mgh', 'mfe', 'naq', 'nd', 'nmg', 'nnh',
'nus', 'nyn', 'om', 'rof', 'rwk', 'saq', 'seh', 'ses', 'sbp', 'sg',
'shi', 'sn', 'teo', 'ti', 'tzm', 'twq', 'vai', 'vai-Latn', 'vun',
'nus', 'nyn', 'om', 'pcm', 'rof', 'rwk', 'saq', 'seh', 'ses', 'sbp',
'sg', 'shi', 'sn', 'teo', 'ti', 'tzm', 'twq', 'vai', 'vai-Latn', 'vun',
'wo', 'xog', 'xh', 'zgh', 'yav', 'yo', 'zu',
// Europe secondary languages.
'br', 'dsb', 'fo', 'fur', 'fy', 'hsb', 'ksh', 'kw', 'nds', 'or', 'rm',
'se', 'smn', 'wae',
// Other infrequently used locales.
'ceb', 'ccp', 'chr', 'ckb', 'haw', 'ii', 'jv', 'kl', 'kn', 'lkt',
'lrc', 'mi', 'mzn', 'os', 'qu', 'row', 'sah', 'tt', 'ug', 'yi',
'lrc', 'mi', 'mzn', 'os', 'qu', 'row', 'sah', 'su', 'tt', 'ug', 'yi',
// Special "grouping" locales.
'root', 'en-US-POSIX',
];
Expand Down

0 comments on commit facb875

Please sign in to comment.