1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/app/_locales/index.json
Vikas Kumar Yadav 7e21fc2aa7 I18n - add Tamil + some Hindi fixes
* removed ethereum, coinbase typos

* added ebtry for tamil

* removed tamil from index.json for now

will start adding tamil translations very soon.

* Added transaltion directory for tamil language

* Added some translations till BETA

* added all translations for c

* completed d and e alphabets

* completed fand g alphabets

* Added i,j and k translations

* Added l,m,n and o translations

* Added translations for p,q,r and s

* Completed the translations. Kept some abbreviations such as JSON, URI, HTTP, ShapeShoft as it is in the translated version itself
2018-04-18 10:33:19 -07:00

23 lines
790 B
JSON

[
{ "code": "cs", "name": "Czech" },
{ "code": "de", "name": "German" },
{ "code": "en", "name": "English" },
{ "code": "es", "name": "Spanish" },
{ "code": "fr", "name": "French" },
{ "code": "hn", "name": "Hindi" },
{ "code": "it", "name": "Italian" },
{ "code": "ja", "name": "Japanese" },
{ "code": "ko", "name": "Korean" },
{ "code": "nl", "name": "Dutch" },
{ "code": "ph", "name": "Tagalog" },
{ "code": "pt", "name": "Portuguese" },
{ "code": "ru", "name": "Russian" },
{ "code": "sl", "name": "Slovenian" },
{ "code": "th", "name": "Thai" },
{ "code": "tml", "name": "Tamil" },
{ "code": "tr", "name": "Turkish" },
{ "code": "vi", "name": "Vietnamese" },
{ "code": "zh_CN", "name": "Mandarin" },
{ "code": "zh_TW", "name": "Taiwanese" }
]