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 'ast' to the |
| 9 * Accept-Language menu. ExemplarCharacters is based on |
| 10 * https://en.wikipedia.org/wiki/Asturian_language#Alphabet. |
| 11 */ |
| 12 ast{ |
| 13 ExemplarCharacters{"[a-i l-p r-v x-z ñ ḥ ḷ]"} |
| 14 LocaleScript{ |
| 15 "Latn", |
| 16 } |
| 17 } |
OLD | NEW |