🐛 Set correct locale code for Greek.

This commit is contained in:
Andrey Antukh 2021-04-15 17:33:10 +02:00 committed by Andrés Moya
parent 88eb6abdd6
commit a777e8e42a
4 changed files with 25 additions and 23 deletions

View file

@ -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) {