Greek language should be called 'el' consistently

This commit is contained in:
Jen Looper
2021-12-03 16:23:36 -05:00
parent d91c4952d4
commit 9adee7213d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import id from "./id.json";
import hi from "./hi.json"; import hi from "./hi.json";
import it from "./it.json"; import it from "./it.json";
import ja from "./ja.json"; import ja from "./ja.json";
import gr from "./gr.json"; import el from "./el.json";
import ms from "./ms.json"; import ms from "./ms.json";
import es from "./es.json"; import es from "./es.json";
import nl from "./nl.json"; import nl from "./nl.json";
@@ -22,7 +22,7 @@ const messages = {
hi: hi[0], hi: hi[0],
it: it[0], it: it[0],
ja: ja[0], ja: ja[0],
gr: gr[0], el: el[0],
ms: ms[0], ms: ms[0],
es: es[0], es: es[0],
nl: nl[0], nl: nl[0],