OLD | NEW |
---|---|
(Empty) | |
1 // *************************************************************************** | |
2 // * | |
3 // * Copyright (C) 2016 International Business Machines | |
4 // * Corporation and others. All Rights Reserved. | |
5 // * | |
6 // *************************************************************************** | |
7 /** | |
8 * Chrome Note: This locale data is the minimum to add 'an' to the | |
9 * Accept-Language menu and. ExemplarCharacters field is based on | |
jsbell
2016/02/04 20:16:18
Nit: either "and" or the "." should be removed.
jungshik at Google
2016/02/05 00:55:47
Fixed and landed. Thanks
| |
10 https://en.wikipedia.org/wiki/Aragonese_language#Orthography | |
11 */ | |
12 an{ | |
13 ExemplarCharacters{"[a-z á ç í é ó ü]"} | |
14 LocaleScript{ | |
15 "Latn", | |
16 } | |
17 } | |
OLD | NEW |