refactor(common): update i18n locale data to CLDR v32 (#20830)
List of changes between v31.0.1 and v32: http://cldr.unicode.org/index/downloads/cldr-32 PR Close #20830
This commit is contained in:

committed by
Jason Aden

parent
e7d9cb3e4c
commit
3ce3b4d2af
@ -10,11 +10,15 @@
|
||||
// See angular/tools/gulp-tasks/cldr/extract.js
|
||||
|
||||
export default [
|
||||
'sw-CD', [['am', 'pm'], ['AM', 'PM'], ['Asubuhi', 'Mchana']],
|
||||
'sw-CD',
|
||||
[
|
||||
['am', 'pm'],
|
||||
['AM', 'PM'],
|
||||
],
|
||||
[
|
||||
['AM', 'PM'],
|
||||
,
|
||||
],
|
||||
[
|
||||
['S', 'M', 'T', 'W', 'T', 'F', 'S'],
|
||||
['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'],
|
||||
|
Reference in New Issue
Block a user