mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
7e21fc2aa7
* 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
23 lines
790 B
JSON
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" }
|
|
]
|