mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 00:56:38 +02:00
🐛 Set correct locale code for Greek.
This commit is contained in:
parent
88eb6abdd6
commit
a777e8e42a
4 changed files with 25 additions and 23 deletions
|
@ -32,7 +32,7 @@ paths.dist = "./target/dist/";
|
|||
// Templates
|
||||
|
||||
function readLocales() {
|
||||
const langs = ["ca", "gr", "en", "es", "fr", "tr", "ru", "zh_cn"];
|
||||
const langs = ["ca", "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