fix: update-translations ignoring translated import_submit entry
All checks were successful
Build / build (18) (push) Successful in 49s
Build / build (22) (push) Successful in 1m8s
Build / build (20) (push) Successful in 1m9s
Build Docker image / docker (push) Successful in 36s

This commit is contained in:
Sainan 2025-02-26 06:15:13 +01:00
parent 29ee839ab0
commit a1c00b6153
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: ``
}; };