Skip to content

Commit c8481bc

Browse files
committed
Custom Tasks / Quest IDs
* Updated Custom Tasks to add in quests IDs and fix fonts for other languages
1 parent b7185ba commit c8481bc

11 files changed

Lines changed: 785 additions & 80 deletions

File tree

Locales/deDE.lua

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ L["Profession_Knowledge"] = "Fenster für Handwerksschätze öffnen"
4848
L["OPTIONS"] = "OPTIONEN"
4949
L["Config_ModuleSettings"] = "MODULEINSTELLUNGEN"
5050
L["RESETS"] = "RESET"
51-
L["Config_HideWhenCompleted"] = "Abgeschlossene ausblenden"
52-
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
51+
L["Config_HideWhenCompleted"] = "Abgeschlossene ausblenden"
52+
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
5353
L["Config_LockFrame"] = "Fenster sperren"
5454
L["Config_HideMinimap"] = "Minimap-Symbol ausblenden"
5555
L["Config_HideInInstances"] = "Fenster in Instanzen ausblenden"
@@ -726,23 +726,32 @@ L["CustomTasks_CheckboxHint"] = "Left-click the checkbox to toggle complete"
726726
L["CustomTasks_EditHint"] = "Shift-left-click to rename"
727727
L["CustomTasks_DeleteHint"] = "Shift-right-click to delete"
728728
L["CustomTasks_DialogSubtitle"] = "Create a character-specific task that behaves like the rest of your Midnight modules."
729-
L["CustomTasks_DialogHint"] = "Use the checkbox to toggle tasks, and shift-click existing tasks to edit them."
730-
L["CustomTasks_EditModuleTitle"] = "Rename custom task title"
731-
L["CustomTasks_EditModuleTitleNote"] = "Click to rename the Custom Tasks header for this character."
732-
L["CustomTasks_EditModuleTitleButton"] = "[ Aa ]"
733-
L["CustomTasks_EditModuleTitleHint"] = "Leave it as Custom Tasks, or rename it to something like Weekly Goals."
734-
L["CustomTasks_TargetLabel"] = "Target"
735-
L["CustomTasks_TargetHint"] = "Set to 1 for a checkbox, or higher for a counter task like 0/2."
736-
L["CustomTasks_CounterNote"] = "Left-click to add progress. Right-click to remove progress. Shift-left-click to edit. Shift-right-click to delete."
737-
L["CustomTasks_CounterIncreaseHint"] = "Left-click to add progress"
738-
L["CustomTasks_CounterDecreaseHint"] = "Right-click to remove progress"
739-
L["CustomTasks_HideAddRow"] = "Click to hide the add-task row for this section."
740-
L["CustomTasks_ShowAddRow"] = "Click to show the add-task row for this section."
741-
L["CustomTasks_EmptyError"] = "Enter a task name first."
729+
L["CustomTasks_DialogHint"] = "Use the checkbox to toggle tasks, and shift-click existing tasks to edit them."
730+
L["CustomTasks_EditModuleTitle"] = "Rename custom task title"
731+
L["CustomTasks_EditModuleTitleNote"] = "Click to rename the Custom Tasks header for this character."
732+
L["CustomTasks_EditModuleTitleButton"] = "[ Aa ]"
733+
L["CustomTasks_EditModuleTitleHint"] = "Leave it as Custom Tasks, or rename it to something like Weekly Goals."
734+
L["CustomTasks_TargetLabel"] = "Target"
735+
L["CustomTasks_TargetHint"] = "Set to 1 for a checkbox, or higher for a counter task like 0/2."
736+
L["CustomTasks_CounterNote"] = "Left-click to add progress. Right-click to remove progress. Shift-left-click to edit. Shift-right-click to delete."
737+
L["CustomTasks_CounterIncreaseHint"] = "Left-click to add progress"
738+
L["CustomTasks_CounterDecreaseHint"] = "Right-click to remove progress"
739+
L["CustomTasks_HideAddRow"] = "Click to hide the add-task row for this section."
740+
L["CustomTasks_ShowAddRow"] = "Click to show the add-task row for this section."
741+
L["CustomTasks_EmptyError"] = "Enter a task name first."
742742
L["CustomTasks_Untitled"] = "Untitled Task"
743743
L["CustomTasks_ResetType"] = "Reset"
744744
L["CustomTasks_ResetWeekly"] = "Weekly reset"
745745
L["CustomTasks_ResetDaily"] = "Daily reset"
746746
L["CustomTasks_Save"] = "Save"
747747
L["CustomTasks_Cancel"] = "Cancel"
748-
L["CustomTasks_Delete"] = "Delete"
748+
L["CustomTasks_Delete"] = "Delete"
749+
L["CustomTasks_NameLabel"] = "Task name"
750+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
751+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
752+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
753+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
754+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
755+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
756+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
757+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/enUS.lua

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,10 @@ L["CustomTasks_CheckboxHint"] = "Left-click the checkbox to toggle complete"
726726
L["CustomTasks_EditHint"] = "Shift-left-click to rename"
727727
L["CustomTasks_DeleteHint"] = "Shift-right-click to delete"
728728
L["CustomTasks_DialogSubtitle"] = "Create a character-specific task that behaves like the rest of your Midnight modules."
729-
L["CustomTasks_DialogHint"] = "Use the checkbox to toggle tasks, and shift-click existing tasks to edit them."
729+
L["CustomTasks_DialogHint"] = "Name it anything you like. Leave quest IDs blank for a manual task, or add quest IDs to make it auto-track."
730+
L["CustomTasks_NameLabel"] = "Task name"
731+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
732+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
730733
L["CustomTasks_EditModuleTitle"] = "Rename custom task title"
731734
L["CustomTasks_EditModuleTitleNote"] = "Click to rename the Custom Tasks header for this character."
732735
L["CustomTasks_EditModuleTitleButton"] = "[ Aa ]"
@@ -736,11 +739,17 @@ L["CustomTasks_TargetHint"] = "Set to 1 for a checkbox, or higher for a counter
736739
L["CustomTasks_CounterNote"] = "Left-click to add progress. Right-click to remove progress. Shift-left-click to edit. Shift-right-click to delete."
737740
L["CustomTasks_CounterIncreaseHint"] = "Left-click to add progress"
738741
L["CustomTasks_CounterDecreaseHint"] = "Right-click to remove progress"
742+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
743+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
744+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
739745
L["CustomTasks_HideAddRow"] = "Click to hide the add-task row for this section."
740746
L["CustomTasks_ShowAddRow"] = "Click to show the add-task row for this section."
741747
L["CustomTasks_EmptyError"] = "Enter a task name first."
742748
L["CustomTasks_Untitled"] = "Untitled Task"
743749
L["CustomTasks_ResetType"] = "Reset"
750+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
751+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
752+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."
744753
L["CustomTasks_ResetWeekly"] = "Weekly reset"
745754
L["CustomTasks_ResetDaily"] = "Daily reset"
746755
L["CustomTasks_Save"] = "Save"

Locales/esMX.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,3 +747,12 @@ L["CustomTasks_ResetDaily"] = "Daily reset"
747747
L["CustomTasks_Save"] = "Save"
748748
L["CustomTasks_Cancel"] = "Cancel"
749749
L["CustomTasks_Delete"] = "Delete"
750+
L["CustomTasks_NameLabel"] = "Task name"
751+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
752+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
753+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
754+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
755+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
756+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
757+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
758+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/frFR.lua

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ L["Profession_Knowledge"] = "Emplacements de Connaissance de métier"
4848
L["OPTIONS"] = "OPTIONS"
4949
L["Config_ModuleSettings"] = "PARAMÈTRES DES MODULES"
5050
L["RESETS"] = "RÉINITIALISATIONS"
51-
L["Config_HideWhenCompleted"] = "Masquer une fois terminé"
52-
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
51+
L["Config_HideWhenCompleted"] = "Masquer une fois terminé"
52+
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
5353
L["Config_LockFrame"] = "Verrouiller la fenêtre"
5454
L["Config_HideMinimap"] = "Masquer l'icône de la minicarte"
5555
L["Config_HideInInstances"] = "Masquer les fenêtres en instance"
@@ -726,23 +726,32 @@ L["CustomTasks_CheckboxHint"] = "Left-click the checkbox to toggle complete"
726726
L["CustomTasks_EditHint"] = "Shift-left-click to rename"
727727
L["CustomTasks_DeleteHint"] = "Shift-right-click to delete"
728728
L["CustomTasks_DialogSubtitle"] = "Create a character-specific task that behaves like the rest of your Midnight modules."
729-
L["CustomTasks_DialogHint"] = "Use the checkbox to toggle tasks, and shift-click existing tasks to edit them."
730-
L["CustomTasks_EditModuleTitle"] = "Rename custom task title"
731-
L["CustomTasks_EditModuleTitleNote"] = "Click to rename the Custom Tasks header for this character."
732-
L["CustomTasks_EditModuleTitleButton"] = "[ Aa ]"
733-
L["CustomTasks_EditModuleTitleHint"] = "Leave it as Custom Tasks, or rename it to something like Weekly Goals."
734-
L["CustomTasks_TargetLabel"] = "Target"
735-
L["CustomTasks_TargetHint"] = "Set to 1 for a checkbox, or higher for a counter task like 0/2."
736-
L["CustomTasks_CounterNote"] = "Left-click to add progress. Right-click to remove progress. Shift-left-click to edit. Shift-right-click to delete."
737-
L["CustomTasks_CounterIncreaseHint"] = "Left-click to add progress"
738-
L["CustomTasks_CounterDecreaseHint"] = "Right-click to remove progress"
739-
L["CustomTasks_HideAddRow"] = "Click to hide the add-task row for this section."
740-
L["CustomTasks_ShowAddRow"] = "Click to show the add-task row for this section."
741-
L["CustomTasks_EmptyError"] = "Enter a task name first."
729+
L["CustomTasks_DialogHint"] = "Use the checkbox to toggle tasks, and shift-click existing tasks to edit them."
730+
L["CustomTasks_EditModuleTitle"] = "Rename custom task title"
731+
L["CustomTasks_EditModuleTitleNote"] = "Click to rename the Custom Tasks header for this character."
732+
L["CustomTasks_EditModuleTitleButton"] = "[ Aa ]"
733+
L["CustomTasks_EditModuleTitleHint"] = "Leave it as Custom Tasks, or rename it to something like Weekly Goals."
734+
L["CustomTasks_TargetLabel"] = "Target"
735+
L["CustomTasks_TargetHint"] = "Set to 1 for a checkbox, or higher for a counter task like 0/2."
736+
L["CustomTasks_CounterNote"] = "Left-click to add progress. Right-click to remove progress. Shift-left-click to edit. Shift-right-click to delete."
737+
L["CustomTasks_CounterIncreaseHint"] = "Left-click to add progress"
738+
L["CustomTasks_CounterDecreaseHint"] = "Right-click to remove progress"
739+
L["CustomTasks_HideAddRow"] = "Click to hide the add-task row for this section."
740+
L["CustomTasks_ShowAddRow"] = "Click to show the add-task row for this section."
741+
L["CustomTasks_EmptyError"] = "Enter a task name first."
742742
L["CustomTasks_Untitled"] = "Untitled Task"
743743
L["CustomTasks_ResetType"] = "Reset"
744744
L["CustomTasks_ResetWeekly"] = "Weekly reset"
745745
L["CustomTasks_ResetDaily"] = "Daily reset"
746746
L["CustomTasks_Save"] = "Save"
747747
L["CustomTasks_Cancel"] = "Cancel"
748748
L["CustomTasks_Delete"] = "Delete"
749+
L["CustomTasks_NameLabel"] = "Task name"
750+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
751+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
752+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
753+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
754+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
755+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
756+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
757+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/koKR.lua

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ L["Profession_Knowledge"] = "전문 기술 지식 위치"
5151
L["OPTIONS"] = "옵션"
5252
L["Config_ModuleSettings"] = "모듈 설정"
5353
L["RESETS"] = "초기화"
54-
L["Config_HideWhenCompleted"] = "완료 시 숨기기"
55-
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
54+
L["Config_HideWhenCompleted"] = "완료 시 숨기기"
55+
L["Config_HideCurrenciesWhenCompleted"] = "Hide Currencies When Completed"
5656
L["Config_LockFrame"] = "프레임 잠금"
5757
L["Config_HideMinimap"] = "미니맵 아이콘 숨기기"
5858
L["Config_HideInInstances"] = "인스턴스에서 프레임 숨기기"
@@ -752,3 +752,12 @@ L["CustomTasks_ResetDaily"] = "일일 리셋"
752752
L["CustomTasks_Save"] = "저장"
753753
L["CustomTasks_Cancel"] = "취소"
754754
L["CustomTasks_Delete"] = "삭제"
755+
L["CustomTasks_NameLabel"] = "Task name"
756+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
757+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
758+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
759+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
760+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
761+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
762+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
763+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/ruRU.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,3 +746,12 @@ L["CustomTasks_ResetDaily"] = "Ежедневный сброс"
746746
L["CustomTasks_Save"] = "Сохранить"
747747
L["CustomTasks_Cancel"] = "Отмена"
748748
L["CustomTasks_Delete"] = "Удалить"
749+
L["CustomTasks_NameLabel"] = "Task name"
750+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
751+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
752+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
753+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
754+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
755+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
756+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
757+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/zhCN.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,3 +746,12 @@ L["CustomTasks_ResetDaily"] = "每日重置"
746746
L["CustomTasks_Save"] = "保存"
747747
L["CustomTasks_Cancel"] = "取消"
748748
L["CustomTasks_Delete"] = "删除"
749+
L["CustomTasks_NameLabel"] = "Task name"
750+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
751+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
752+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
753+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
754+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
755+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
756+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
757+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

Locales/zhTW.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,3 +747,12 @@ L["CustomTasks_ResetDaily"] = "每日重置"
747747
L["CustomTasks_Save"] = "儲存"
748748
L["CustomTasks_Cancel"] = "取消"
749749
L["CustomTasks_Delete"] = "刪除"
750+
L["CustomTasks_NameLabel"] = "Task name"
751+
L["CustomTasks_QuestIdsLabel"] = "Quest ID(s)"
752+
L["CustomTasks_QuestIdsHint"] = "Optional. Enter one or more quest IDs separated by commas to auto-track quest completion."
753+
L["CustomTasks_QuestNote"] = "Auto-tracks quest completion for quest ID%s %s. Shift-left-click to edit. Shift-right-click to delete."
754+
L["CustomTasks_QuestHint"] = "Tracks quest completion automatically for quest ID%s %s."
755+
L["CustomTasks_QuestManualHint"] = "Manual clicking is enabled for this quest task."
756+
L["CustomTasks_ResetHint"] = "Choose when this manual task should clear for the character."
757+
L["CustomTasks_ManualQuestClicks"] = "Allow manual clicks for quest task"
758+
L["CustomTasks_ManualQuestClicksHint"] = "Optional. Keeps automatic quest tracking, but also lets you left/right click this quest task manually. Add a quest ID above to enable this option."

0 commit comments

Comments
 (0)