diff --git a/src/__data__/languages.json b/src/__data__/languages.json index b09651b..c6be617 100644 --- a/src/__data__/languages.json +++ b/src/__data__/languages.json @@ -40,6 +40,18 @@ } ] }, + "pl": { + "name": "Polish", + "nativeName": "Polski", + "country": "pl", + "dayjsLocale": "pl", + "contributors": [ + { + "name": "Wojbie", + "url": "https://github.com/Wojbie" + } + ] + }, "vi": { "name": "Vietnamese", "nativeName": "Tiếng Việt", @@ -51,16 +63,5 @@ "url": "https://github.com/signalhunter" } ] - }, - "pl": { - "name": "Polish", - "nativeName": "Polski", - "country": "pl", - "contributors": [ - { - "name": "Wojbie", - "url": "https://github.com/Wojbie" - } - ] } }