0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00

🎉 Add ha language to the i18n subsystem

This commit is contained in:
Alejandro Alonso 2024-01-05 11:13:52 +01:00 committed by Andrey Antukh
parent 08cd2ddf1f
commit 492ce43b4a
2 changed files with 2 additions and 0 deletions

View file

@ -90,6 +90,7 @@ function readLocales() {
["ja_jp", "jpn_JP"],
// ["fi", "fin_FI"],
["uk", "ukr_UA"],
"ha"
];
const result = {};

View file

@ -30,6 +30,7 @@
{:label "Euskera (community)" :value "eu"}
{:label "Français (community)" :value "fr"}
{:label "Gallego (Community)" :value "gl"}
{:label "Hausa (Community)" :value "ha"}
{:label "Hrvatski (Community)" :value "hr"}
{:label "Italiano (community)" :value "it"}
{:label "Norsk - Bokmål (community)" :value "nb_no"}