Skip to content

Commit 9ab1afe

Browse files
committedFeb 16, 2022
Enabling Greek translation
1 parent 131c6fe commit 9ab1afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎i18n.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ async function loadTranslation () { // eslint-disable-line no-unused-vars
130130
getl10n('fr'),
131131
getl10n('ja'),
132132
getl10n('cs'),
133-
getl10n('it')
133+
getl10n('it'),
134+
getl10n('el')
134135
]).then(() => {
135136
console.log(i18n)
136137

0 commit comments

Comments
 (0)
Failed to load comments.