Update index.js
This commit is contained in:
parent
2e9b8900aa
commit
1dde3d933e
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user