Use localisation file

This commit is contained in:
Les De Ridder 2019-02-11 00:06:18 +01:00
parent 29950955b0
commit dee1e31cb7
3 changed files with 5 additions and 5 deletions

View File

@ -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 = {}

View File

@ -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

3
lang/en.lua Normal file
View File

@ -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")