Skip to content

Commit 45a70af

Browse files
author
web3blind
committed
Fix home character label translations
1 parent c76ba4f commit 45a70af

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/js/i18n/en.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ var LangEN = {
108108
// Home
109109
home_welcome: 'Welcome',
110110
home_mana: 'Mana',
111+
home_open_character: 'Open character stats',
112+
magic_news_title: 'Magical News',
111113
home_level: 'Level',
112114
home_core_power: 'Core Power',
113115
home_daily_prophecy: 'Daily Prophecy',

app/js/i18n/ru.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ var LangRU = {
108108
// Home
109109
home_welcome: 'Добро пожаловать',
110110
home_mana: 'Мана',
111+
home_open_character: 'Открыть характеристики персонажа',
112+
magic_news_title: 'Магические новости',
111113
home_level: 'Уровень',
112114
home_core_power: 'Сила Ядра',
113115
home_daily_prophecy: 'Ежедневное Пророчество',

0 commit comments

Comments
 (0)