mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 19:46:38 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
f507722f43
9 changed files with 2576 additions and 13 deletions
|
@ -33,7 +33,7 @@ paths.dist = "./target/dist/";
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ca", "el", "en", "es", "fr", "tr", "ru", "zh_cn"];
|
||||
const langs = ["ca", "de", "el", "en", "es", "fr", "tr", "ru", "zh_cn"];
|
||||
const result = {};
|
||||
|
||||
for (let lang of langs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue