diff --git a/src/lib/i18n/locales/languages.json b/src/lib/i18n/locales/languages.json index 345f48183..b2f3e36e6 100644 --- a/src/lib/i18n/locales/languages.json +++ b/src/lib/i18n/locales/languages.json @@ -32,17 +32,21 @@ "title": "French (France)" }, { - "code": "it-IT", - "title": "Italian" - }, - { - "code": "ja-JP", - "title": "Japanese" + "code": "it-IT", + "title": "Italian" }, { - "code": "pt-PT", - "title": "Portuguese (Portugal)" - }, + "code": "ja-JP", + "title": "Japanese" + }, + { + "code": "nl-NL", + "title": "Dutch (Netherlands)" + }, + { + "code": "pt-PT", + "title": "Portuguese (Portugal)" + }, { "code": "ru-RU", "title": "Russian (Russia)" @@ -62,9 +66,5 @@ { "code": "zh-TW", "title": "Chinese (Traditional)" - }, - { - "code": "nl-NL", - "title": "Dutch (Netherlands)" } -] +] \ No newline at end of file