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

@@ -17,6 +17,7 @@ import is from './locale/is.json';
import it from './locale/it.json';
import ja from './locale/ja.json';
import ko from './locale/ko.json';
import lt from './locale/lt.json';
import lv from './locale/lv.json';
import ml from './locale/ml.json';
import nl from './locale/nl.json';
@@ -56,6 +57,7 @@ export default {
it,
ja,
ko,
lt,
lv,
ml,
nl,