mirror of
https://github.com/penpot/penpot.git
synced 2025-02-05 22:09:06 -05:00
📎 Update gulpfile (related to i18n changes).
This commit is contained in:
parent
66d086892f
commit
63959b4b22
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ paths.dist = "./target/dist/";
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ca", "de", "el", "en", "es", "fr", "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
Reference in a new issue