Update index.js

This commit is contained in:
Simos Sigma 2021-10-02 12:04:49 +00:00
parent 2e9b8900aa
commit 1dde3d933e
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ import ko from '@/lang/ko'
import ph from '@/lang/ph' import ph from '@/lang/ph'
import zh_tw from '@/lang/zh-tw' import zh_tw from '@/lang/zh-tw'
import pl from '@/lang/pl' import pl from '@/lang/pl'
import gr from '@/lang/gr'
export const locales = { export const locales = {
it, it,
@ -33,5 +34,6 @@ export const locales = {
ko, ko,
ph, ph,
zh_tw, zh_tw,
pl pl,
gr
} }