Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor i18n fixes #424

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
"15AnemoDmgSet": "Anemo +15% set",
"15HydroDmgSet": "Hydro +15% set",
"18ATKSet": "ATK +18% set",
"20HPSet": "HP +18% set",
"20HPSet": "HP +20% set",
"20EnergyRechargeSet": "Energy Recharge +20% set",
"25PhysicalDmgSet": "Physical DMG +25% set",
"80EMSet": "Elemental Mastery +80 set",
Expand Down
5 changes: 4 additions & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,12 @@
"artifact": "Артефакт",
"setPiece": "{piece} предмета",
"recommendedCharacter": "Рекомендуемые персонажи для {piece} предметов",
"15AnemoDmgSet": "Набор на Бонус Анемо урона +15%",
"15HydroDmgSet": "Набор на Бонус Гидро урона +15%",
"18ATKSet": "Набор на Силу атаки +18%",
"20HPSet": "Набор на Здоровье +20%",
"20EnergyRechargeSet": "Набор на Восстановление Энергии +20%",
"25PhysicalDmgSet": "Набор на Физ. урон +25%",
"25PhysicalDmgSet": "Набор на Бонус физ. урона +25%",
"80EMSet": "Набор на Мастерство стихий +80",
"15HealingBonusSet": "Набор на Бонус лечения +15%",
"sands": "Пески времени",
Expand Down