Skip to content

Commit b9a0133

Browse files
Adding Georgian translation for web interface
In case there is a need to include font, you can contact me. BR, Ekaterine. Change-Id: I878a0f7ea3ffc163ebc71e0278bac9c0a6323dd9 Signed-off-by: Ekaterine Papava <[email protected]>
1 parent 24b377d commit b9a0133

File tree

3 files changed

+1292
-0
lines changed

3 files changed

+1292
-0
lines changed

src/i18n.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ import { createI18n } from 'vue-i18n';
22

33
import en_us from './locales/en-US.json';
44
import ru_ru from './locales/ru-RU.json';
5+
import ka_ge from './locales/ka-GE.json';
56

67
function loadLocaleMessages() {
78
const messages = {
89
'en-US': en_us,
10+
'ka-GE': ka_ge,
911
'ru-RU': ru_ru,
1012
};
1113
return messages;

0 commit comments

Comments
 (0)