mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-114 add transliterator display name data for en
X-SVN-Rev: 533
This commit is contained in:
parent
ac174648f9
commit
3c37fd20fd
2 changed files with 20 additions and 0 deletions
|
@ -16,6 +16,16 @@ en {
|
|||
"#,##0%",
|
||||
}
|
||||
localPatternChars { "GyMdkHmsSEDFwWahKz" }
|
||||
|
||||
// Format for the display name of a Transliterator.
|
||||
// This is the English form of this resource.
|
||||
TransliteratorNamePattern { "{0,choice,0#|1#{1}|2#{1} to {2}}" }
|
||||
|
||||
// Transliterator display names
|
||||
"%Translit%Hex" { "Hex Escape" }
|
||||
"%Translit%UnicodeName" { "Unicode Name" }
|
||||
"%Translit%UnicodeChar" { "Unicode Character" }
|
||||
|
||||
zoneStrings {
|
||||
{
|
||||
"PST",
|
||||
|
|
|
@ -16,6 +16,16 @@ en {
|
|||
"#,##0%",
|
||||
}
|
||||
localPatternChars { "GyMdkHmsSEDFwWahKz" }
|
||||
|
||||
// Format for the display name of a Transliterator.
|
||||
// This is the English form of this resource.
|
||||
TransliteratorNamePattern { "{0,choice,0#|1#{1}|2#{1} to {2}}" }
|
||||
|
||||
// Transliterator display names
|
||||
"%Translit%Hex" { "Hex Escape" }
|
||||
"%Translit%UnicodeName" { "Unicode Name" }
|
||||
"%Translit%UnicodeChar" { "Unicode Character" }
|
||||
|
||||
zoneStrings {
|
||||
{
|
||||
"PST",
|
||||
|
|
Loading…
Add table
Reference in a new issue