feat: Adds Lithuanian language selectable as site language (#7354)

This commit is contained in:
Sivin Varghese
2023-06-20 17:29:05 +05:30
committed by GitHub
parent 6bea2cbc4a
commit 93d8157a55
6 changed files with 75 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ import vi from './locale/vi';
import zh_CN from './locale/zh_CN';
import zh_TW from './locale/zh_TW';
import is from './locale/is';
import lt from './locale/lt';
export default {
ar,
@@ -74,4 +75,5 @@ export default {
zh_CN,
zh_TW,
is,
lt,
};