mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 00:26:11 +02:00
🎉 Add it and eu languages to the i18n subsystem
This commit is contained in:
parent
d41c2388c1
commit
5bcf5ff4bc
3 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ marked.use({renderer});
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ar", "ca", "de", "el", "en", "es", "fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_Hant"];
|
||||
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es", "fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "ru", "tr", "zh_CN", "zh_Hant"];
|
||||
const result = {};
|
||||
|
||||
for (let lang of langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue