Skip to content

Commit

Permalink
Remove non-alphabet transliterations
Browse files Browse the repository at this point in the history
  • Loading branch information
haltsir committed Nov 6, 2021
1 parent c749e98 commit b21b2ed
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions config/locales.json
@@ -1,16 +1,6 @@
{
"bg": {
"locale": "Bulgarian",
"$": "dolar",
"%": "protsent",
"&": "i",
"<": "po-malko",
">": "poveche",
"|": "ili",
"¢": "tsent",
"£": "paund",
"¤": "valuta",
"¥": "yena",
"Й": "Y",
"Ц": "Ts",
"Щ": "Sht",
Expand All @@ -20,21 +10,7 @@
"ц": "ts",
"щ": "sht",
"ъ": "a",
"ь": "y",
"₣": "frenski frank",
"₨": "rupia",
"₪": "nov shekel",
"€": "evro",
"₯": "drahma",
"₰": "peni",
"₸": "kazahstanska tenga",
"₹": "indiyska rupia",
"₺": "turska lira",
"₽": "ruska rubla",
"₿": "bitkoin",
"∞": "bezkrainost",
"♥": "lyubov",
"円": "yena"
"ь": "y"
},
"de": {
"locale": "German",
Expand Down

0 comments on commit b21b2ed

Please sign in to comment.