Skip to content

Commit

Permalink
Merge pull request #8 from Mykytius/main
Browse files Browse the repository at this point in the history
Додано значення рідкісности до шаблону «Блок»
  • Loading branch information
METROKOP228 authored Nov 30, 2024
2 parents 1ec3614 + 4073171 commit 0f65b47
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ const replacements_block = {
"group": "група",
"caption": "підпис",
"extratext": "додатковийтекст",
"tntres": "вибухост"
"tntres": "вибухост",
"Common": "Звичайний",
"Uncommon": "Незвичайний",
"Rare": "Рідкісний",
"Epic": "Епічний"
};
const replacements_drops = {
"DropsTableHead": "Голова таблиці дропу",
Expand Down Expand Up @@ -365,7 +369,7 @@ const replacements_itemEntity = {
"Common": "Звичайний",
"Uncommon": "Незвичайний",
"Rare": "Рідкісний",
"Epic": "Епічний",
"Epic": "Епічний"
};

const monthes = {
Expand Down

0 comments on commit 0f65b47

Please sign in to comment.