From 45b919a41ec5c912d63f958178f3f470f5bf0a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Thu, 27 Mar 2025 09:07:00 +0100 Subject: [PATCH] Update naming consistency and improve JSON module resolution --- .support/index.ts | 5 +---- .support/tsconfig.json | 1 + Addon/Code/Options.lua | 2 +- CzechQuests_Mainline.toc | 2 +- CzechQuests_Vanilla.toc | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.support/index.ts b/.support/index.ts index 41d03af..9d1d109 100644 --- a/.support/index.ts +++ b/.support/index.ts @@ -93,9 +93,6 @@ const splitFirst = (text: string, delimiter: string) => { // for each page from tolgee for (const tolgeeKey of translations) { let key = tolgeeKey.keyName; - if (key.startsWith('n')) { - key = key.split('_')[1]; - } addonData[key] = { ...addonData[tolgeeKey.keyName], @@ -197,7 +194,7 @@ const splitFirst = (text: string, delimiter: string) => { if (czechQuest.speeches) { let luaQuestRecord = ''; - const key = splitFirst(normalizeTranslation(czechQuest.speeches?.[2]) ?? '', ':').trim(); + const key = splitFirst(normalizeTranslation(czechQuest.speeches?.[2]) ?? '', ': ').trim(); const npcNameKey = normalizeTranslation(czechQuest.name).trim(); luaQuestRecord += `addon.data.speech["${npcNameKey}_${key}"] = {\n`; luaQuestRecord += '\ttext = "' + normalizeTranslation(czechQuest.speeches?.[0]).trim() + '", \n'; diff --git a/.support/tsconfig.json b/.support/tsconfig.json index be0bf90..5ecf028 100644 --- a/.support/tsconfig.json +++ b/.support/tsconfig.json @@ -7,6 +7,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true }, "exclude": ["node_modules"] } \ No newline at end of file diff --git a/Addon/Code/Options.lua b/Addon/Code/Options.lua index 2319706..62fe884 100644 --- a/Addon/Code/Options.lua +++ b/Addon/Code/Options.lua @@ -125,7 +125,7 @@ local function InitOthers() end local function InitOptions() - local category, layout = Settings.RegisterVerticalLayoutCategory("CzechQuests") + local category, layout = Settings.RegisterVerticalLayoutCategory("Czech Quests") Options.category = category Options.layout = layout diff --git a/CzechQuests_Mainline.toc b/CzechQuests_Mainline.toc index a5dd7af..103bbba 100755 --- a/CzechQuests_Mainline.toc +++ b/CzechQuests_Mainline.toc @@ -1,5 +1,5 @@ ## Interface: 110100 -## Title: CzechQuests +## Title: Czech Quests ## Notes: Addon displays texts of quests in Czech language ## Author: Roman Jaroš ## Version: 1.0.1 diff --git a/CzechQuests_Vanilla.toc b/CzechQuests_Vanilla.toc index 21e2298..d0e28e9 100755 --- a/CzechQuests_Vanilla.toc +++ b/CzechQuests_Vanilla.toc @@ -1,5 +1,5 @@ ## Interface: 11505 -## Title: CzechQuests +## Title: Czech Quests ## Notes: Addon displays texts of quests in Czech language as tooltip ## Author: Roman Jaroš ## Version: 1.0.1