Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
CLDR 36 JSON data
Browse files Browse the repository at this point in the history
  • Loading branch information
JCEmmons committed Oct 9, 2019
1 parent ad420b9 commit e41e10b
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 0 deletions.
53 changes: 53 additions & 0 deletions main/ga-GB/characters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"main": {
"ga-GB": {
"identity": {
"version": {
"_cldrVersion": "36"
},
"language": "ga",
"territory": "GB"
},
"characters": {
"exemplarCharacters": "[a á b c d e é f g h i í l m n o ó p r s t u ú]",
"auxiliary": "[å ḃ ċ ḋ ḟ ġ j k ṁ ṗ q ṡ ṫ v w x y z]",
"index": "[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]",
"numbers": "[\\\\- ‑ , . % ‰ + 0 1 2 3 4 5 6 7 8 9]",
"punctuation": "[\\\\- ‐ ‑ – — , ; \\\\: ! ? . … ' ‘ ’ \\\" “ ” ( ) \\\\[ \\\\] § @ * / \\\\& # † ‡ ′ ″]",
"ellipsis": {
"final": "{0}…",
"initial": "…{0}",
"medial": "{0}…{1}",
"word-final": "{0} …",
"word-initial": "… {0}",
"word-medial": "{0} … {1}"
},
"moreInformation": "?",
"lenient-scope-date": {
"-": "[\\\\--/]",
":": "[\\\\:∶]"
},
"lenient-scope-general": {
".": "[.․。︒﹒.。]",
"’": "['ʼ՚᾽᾿’']",
"%": "[%٪﹪%]",
"‰": "[؉‰]",
"$": "[\\\\$﹩$]",
"£": "[£₤£]",
"¥": "[¥¥]",
"₩": "[₩₩]",
"₹": "[₨₹{Rp}{Rs}]"
},
"lenient-scope-number": {
"-": "[\\\\-‐‒–⁻₋−➖﹣-]",
",": "[,،٫、︐︑﹐﹑,、]",
"+": "[+⁺₊➕﬩﹢+]"
},
"stricter-scope-number": {
",": "[,٫︐﹐,]",
".": "[.․﹒.。]"
}
}
}
}
}
19 changes: 19 additions & 0 deletions main/ga-GB/delimiters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"main": {
"ga-GB": {
"identity": {
"version": {
"_cldrVersion": "36"
},
"language": "ga",
"territory": "GB"
},
"delimiters": {
"quotationStart": "",
"quotationEnd": "",
"alternateQuotationStart": "",
"alternateQuotationEnd": ""
}
}
}
}
19 changes: 19 additions & 0 deletions main/ga-GB/layout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"main": {
"ga-GB": {
"identity": {
"version": {
"_cldrVersion": "36"
},
"language": "ga",
"territory": "GB"
},
"layout": {
"orientation": {
"characterOrder": "left-to-right",
"lineOrder": "top-to-bottom"
}
}
}
}
}
69 changes: 69 additions & 0 deletions main/ga-GB/listPatterns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"main": {
"ga-GB": {
"identity": {
"version": {
"_cldrVersion": "36"
},
"language": "ga",
"territory": "GB"
},
"listPatterns": {
"listPattern-type-standard": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, agus {1}",
"2": "{0} agus {1}"
},
"listPattern-type-or": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, nó {1}",
"2": "{0} nó {1}"
},
"listPattern-type-or-narrow": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, nó {1}",
"2": "{0} nó {1}"
},
"listPattern-type-or-short": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, nó {1}",
"2": "{0} nó {1}"
},
"listPattern-type-standard-narrow": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, {1}",
"2": "{0}, {1}"
},
"listPattern-type-standard-short": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, agus {1}",
"2": "{0} agus {1}"
},
"listPattern-type-unit": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, agus {1}",
"2": "{0} agus {1}"
},
"listPattern-type-unit-narrow": {
"start": "{0} {1}",
"middle": "{0} {1}",
"end": "{0} {1}",
"2": "{0} {1}"
},
"listPattern-type-unit-short": {
"start": "{0}, {1}",
"middle": "{0}, {1}",
"end": "{0}, {1}",
"2": "{0}, {1}"
}
}
}
}
}
19 changes: 19 additions & 0 deletions main/ga-GB/posix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"main": {
"ga-GB": {
"identity": {
"version": {
"_cldrVersion": "36"
},
"language": "ga",
"territory": "GB"
},
"posix": {
"messages": {
"yesstr": "tá:t",
"nostr": "níl:n"
}
}
}
}
}

0 comments on commit e41e10b

Please sign in to comment.