Skip to content

Commit

Permalink
add zone translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Dec 30, 2024
1 parent c02505b commit 404f095
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tarkov-data-manager/jobs/update-quests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ class UpdateQuestsJob extends DataJob {
}
noQuestData.push(`${this.locales.en[`${questId} name`]} ${questId}`);
}
if (noQuestData.length > 0) {
if (false && noQuestData.length > 0) {
this.logger.warn(`No quest data found for:`);
for (const noData of noQuestData) {
this.logger.log(noData);
Expand Down
2 changes: 2 additions & 0 deletions src/tarkov-data-manager/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
"gifter": "Santa Claus",
"huntsman_013": "Office",
"huntsman_020": "Dorms",
"Killnewoil": "New Gas Station",
"Killoldoil": "Old Gas Station",
"lijnik_storage_area_1": "Underground Warehouse",
"Marafon_kill_village_lighthouse": "Village",
"marafon_kill_village_shoreline": "Village",
Expand Down
2 changes: 2 additions & 0 deletions src/tarkov-data-manager/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"gifter": "Święty Mikołaj",
"huntsman_013": "Biuro",
"huntsman_020": "Budynki noclegowe",
"Killnewoil": "New Gas Station",
"Killoldoil": "Old Gas Station",
"lijnik_storage_area_1": "Podziemny magazyn",
"mechanik_exit_area_1": "Wyjście D-2",
"meh_44_eastLight_kill": "Wyspa latarni morskiej",
Expand Down
2 changes: 2 additions & 0 deletions src/tarkov-data-manager/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"gifter": "Дед Мороз",
"huntsman_013": "Офис",
"huntsman_020": "Общежитие",
"Killnewoil": "New Gas Station",
"Killoldoil": "Old Gas Station",
"lijnik_storage_area_1": "Подземный склад",
"mechanik_exit_area_1": "Выход Д-2",
"meh_44_eastLight_kill": "Остров Маяка",
Expand Down

0 comments on commit 404f095

Please sign in to comment.