diff --git a/README.md b/README.md index 86a472c1..692b43c6 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ This is a open repository for the community to help translate and correct Nash l | Locale name | Language | Country/Territory | |-------------|--------------------|-----------------------------| -| [en](./en.json) | English | International (US standard) | -| [ar_AA](./ar_AA.json) | Arabic | International (AA standard) | -| [cs_CZ](./cs_CZ.json) | Czech | Czech Republic | -| [da_DK](./da_DK.json) | Danish | Denmark | -| [de_DE](./de_DE.json) | German | D-A-CH | -| [el_GR](./el_GR.json) | Greek | Greece | -| [es_ES](./es_ES.json) | Spanish | International (ES standard) | -| [fr_FR](./fr_FR.json) | French | International (FR standard) | -| [it_IT](./it_IT.json) | Italian | Italy | -| [he_IL](./he_IL.json) | Hebrew | Israel | -| [hi_IN](./hi_IN.json) | Hindi | Hindi | -| [ja_JP](./ja_JP.json) | Japanese | Japan | -| [ko_KR](./ko_KR.json) | Korean | Korea | -| [pt_BR](./pt_BR.json) | Portuguese | International (BR standard) | -| [ru_RU](./ru_RU.json) | Russian | Russia | -| [zh_CN](./zh_CN.json) | Simplified Chinese | International (CN standard) | \ No newline at end of file +| [en](./locales/en.json) | English | International (US standard) | +| [ar_AA](./locales/ar_AA.json) | Arabic | International (AA standard) | +| [cs_CZ](./locales/cs_CZ.json) | Czech | Czech Republic | +| [da_DK](./locales/da_DK.json) | Danish | Denmark | +| [de_DE](./locales/de_DE.json) | German | D-A-CH | +| [el_GR](./locales/el_GR.json) | Greek | Greece | +| [es_ES](./locales/es_ES.json) | Spanish | International (ES standard) | +| [fr_FR](./locales/fr_FR.json) | French | International (FR standard) | +| [it_IT](./locales/it_IT.json) | Italian | Italy | +| [he_IL](./locales/he_IL.json) | Hebrew | Israel | +| [hi_IN](./locales/hi_IN.json) | Hindi | Hindi | +| [ja_JP](./locales/ja_JP.json) | Japanese | Japan | +| [ko_KR](./locales/ko_KR.json) | Korean | Korea | +| [pt_BR](./locales/pt_BR.json) | Portuguese | International (BR standard) | +| [ru_RU](./locales/ru_RU.json) | Russian | Russia | +| [zh_CN](./locales/zh_CN.json) | Simplified Chinese | International (CN standard) | \ No newline at end of file diff --git a/ar_AA.json b/locales/ar_AA.json similarity index 100% rename from ar_AA.json rename to locales/ar_AA.json diff --git a/cs_CZ.json b/locales/cs_CZ.json similarity index 100% rename from cs_CZ.json rename to locales/cs_CZ.json diff --git a/da_DK.json b/locales/da_DK.json similarity index 100% rename from da_DK.json rename to locales/da_DK.json diff --git a/de_DE.json b/locales/de_DE.json similarity index 100% rename from de_DE.json rename to locales/de_DE.json diff --git a/el_GR.json b/locales/el_GR.json similarity index 100% rename from el_GR.json rename to locales/el_GR.json diff --git a/en.json b/locales/en.json similarity index 100% rename from en.json rename to locales/en.json diff --git a/es_ES.json b/locales/es_ES.json similarity index 100% rename from es_ES.json rename to locales/es_ES.json diff --git a/fr_FR.json b/locales/fr_FR.json similarity index 100% rename from fr_FR.json rename to locales/fr_FR.json diff --git a/he_IL.json b/locales/he_IL.json similarity index 100% rename from he_IL.json rename to locales/he_IL.json diff --git a/hi_IN.json b/locales/hi_IN.json similarity index 100% rename from hi_IN.json rename to locales/hi_IN.json diff --git a/it_IT.json b/locales/it_IT.json similarity index 100% rename from it_IT.json rename to locales/it_IT.json diff --git a/ja_JP.json b/locales/ja_JP.json similarity index 100% rename from ja_JP.json rename to locales/ja_JP.json diff --git a/ko_KR.json b/locales/ko_KR.json similarity index 100% rename from ko_KR.json rename to locales/ko_KR.json diff --git a/pt_BR.json b/locales/pt_BR.json similarity index 100% rename from pt_BR.json rename to locales/pt_BR.json diff --git a/ru_RU.json b/locales/ru_RU.json similarity index 100% rename from ru_RU.json rename to locales/ru_RU.json diff --git a/zh_CH.json b/locales/zh_CH.json similarity index 100% rename from zh_CH.json rename to locales/zh_CH.json