Use localisation file
This commit is contained in:
parent
29950955b0
commit
dee1e31cb7
|
@ -3,11 +3,6 @@
|
|||
--
|
||||
-- TODO: Fix gamepad support
|
||||
|
||||
-- TODO: Use localisation files
|
||||
ZO_CreateStringId("SI_AO_IGNORED_QUEST_CATEGORY", "Ignored")
|
||||
ZO_CreateStringId("SI_AO_IGNORE_QUEST_TOOLTIP", "Ignore")
|
||||
ZO_CreateStringId("SI_AO_UNIGNORE_QUEST_TOOLTIP", "Unignore")
|
||||
|
||||
AO_IGNORED_QUESTS = {}
|
||||
AO_ORIG_QUEST_CATEGORY_NAMES = {}
|
||||
AO_ORIG_QUEST_CATEGORY_TYPES = {}
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
## Version: 0.0.1
|
||||
|
||||
CleanJournal.lua
|
||||
lang/en.lua
|
||||
lang/$(language).lua
|
||||
|
||||
# This Add-on is not created by, affiliated with, or sponsored by, ZeniMax Media Inc. or its affiliates.
|
||||
# The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
ZO_CreateStringId("SI_AO_IGNORED_QUEST_CATEGORY", "Ignored")
|
||||
ZO_CreateStringId("SI_AO_IGNORE_QUEST_TOOLTIP", "Ignore")
|
||||
ZO_CreateStringId("SI_AO_UNIGNORE_QUEST_TOOLTIP", "Unignore")
|
Loading…
Reference in New Issue