diff --git a/src/lang/index.js b/src/lang/index.js index e8ea3d7..5a9ca7c 100644 --- a/src/lang/index.js +++ b/src/lang/index.js @@ -15,6 +15,7 @@ import ko from '@/lang/ko' import ph from '@/lang/ph' import zh_tw from '@/lang/zh-tw' import pl from '@/lang/pl' +import gr from '@/lang/gr' export const locales = { it, @@ -33,5 +34,6 @@ export const locales = { ko, ph, zh_tw, - pl + pl, + gr }