mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🎉 Add faroese lang
This commit is contained in:
parent
e051e26dad
commit
571439871b
2 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@ function readLocales() {
|
||||||
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es",
|
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es",
|
||||||
"fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id",
|
"fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id",
|
||||||
"ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT",
|
"ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT",
|
||||||
"cs",
|
"cs", "fo",
|
||||||
// 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"]
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
{:label "Ελληνική γλώσσα (community)" :value "el"}
|
{:label "Ελληνική γλώσσα (community)" :value "el"}
|
||||||
{:label "Русский (community)" :value "ru"}
|
{:label "Русский (community)" :value "ru"}
|
||||||
{:label "Český jazyk (community)" :value "cs"}
|
{:label "Český jazyk (community)" :value "cs"}
|
||||||
|
{:label "Føroyskt mál (community)" :value "fo"}
|
||||||
{:label "עִבְרִית (community)" :value "he"}
|
{:label "עִבְרִית (community)" :value "he"}
|
||||||
{:label "عربي/عربى (community)" :value "ar"}
|
{:label "عربي/عربى (community)" :value "ar"}
|
||||||
{:label "فارسی (community)" :value "fa"}
|
{:label "فارسی (community)" :value "fa"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue