mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
📎 Update gulpfile (related to i18n changes).
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user