0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-01 01:21:21 -05:00

🎉 Add ukranian lang

This commit is contained in:
Andrey Antukh 2023-04-25 11:07:03 +02:00
parent f8d00c0e7f
commit b5c160732e
2 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,8 @@ function readLocales() {
"cs", "fo", "ko", "lv", "cs", "fo", "ko", "lv",
// this happens when file does not matches correct // this happens when file does not matches correct
// iso code for the language. // iso code for the language.
["ja_jp", "jpn_JP"] ["ja_jp", "jpn_JP"],
["uk", "ukr_UA"]
]; ];
const result = {}; const result = {};

View file

@ -39,6 +39,7 @@
{:label "Türkçe (community)" :value "tr"} {:label "Türkçe (community)" :value "tr"}
{:label "Ελληνική γλώσσα (community)" :value "el"} {:label "Ελληνική γλώσσα (community)" :value "el"}
{:label "Русский (community)" :value "ru"} {:label "Русский (community)" :value "ru"}
{:label "Украї́нська мо́ва (community)" :value "uk"}
{:label "Český jazyk (community)" :value "cs"} {:label "Český jazyk (community)" :value "cs"}
{:label "Latviešu valoda (community)" :value "lv"} {:label "Latviešu valoda (community)" :value "lv"}
{:label "Føroyskt mál (community)" :value "fo"} {:label "Føroyskt mál (community)" :value "fo"}