mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:36:38 +02:00
🌐 Disable italian for now
This commit is contained in:
parent
668aca725c
commit
df39e9baf4
2 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,8 @@ marked.use({renderer});
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "it", "tr", "ru", "zh_CN", "pt_BR", "ro"];
|
||||
// const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "it", "tr", "ru", "zh_CN", "pt_BR", "ro"];
|
||||
const langs = ["ar", "he", "ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_CN", "pt_BR", "ro"];
|
||||
const result = {};
|
||||
|
||||
for (let lang of langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue