fix: update-translations ignoring translated import_submit entry

This commit is contained in:
Sainan 2025-02-26 06:15:13 +01:00
parent 9893fa957f
commit 6a6e333011
2 changed files with 4 additions and 2 deletions

View File

@ -125,5 +125,6 @@ dict = {
cheats_quests_resetAll: `Reset All Quests`, cheats_quests_resetAll: `Reset All Quests`,
cheats_quests_giveAll: `Give All Quests`, cheats_quests_giveAll: `Give All Quests`,
import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account.`, import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account.`,
import_submit: `Submit` import_submit: `Submit`,
prettier_sucks_ass: ``
}; };

View File

@ -126,5 +126,6 @@ dict = {
cheats_quests_resetAll: `Сбросить прогресс всех квестов`, cheats_quests_resetAll: `Сбросить прогресс всех квестов`,
cheats_quests_giveAll: `Выдать все квесты`, cheats_quests_giveAll: `Выдать все квесты`,
import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`, import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`,
import_submit: `Отправить` import_submit: `Отправить`,
prettier_sucks_ass: ``
}; };