Configured Plugins: LocalizationEditor, gdLinter
This commit is contained in:
parent
e67d9fad3c
commit
353a455243
9 changed files with 75 additions and 20 deletions
28
localization/LocalizationKeys.gd
Normal file
28
localization/LocalizationKeys.gd
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Keys for LocalizationManger to use in source code: MIT License
|
||||
# @author Vladimir Petrenko
|
||||
@tool
|
||||
class_name LocalizationKeys
|
||||
|
||||
const PLAY = "PLAY"
|
||||
const MONEY = "MONEY"
|
||||
const RESULT = "RESULT"
|
||||
const UNDERSTOOD = "UNDERSTOOD"
|
||||
const SUCCES = "SUCCES"
|
||||
const FAILURE = "FAILURE"
|
||||
const STORMWARNING = "STORMWARNING"
|
||||
const INTRODUCTION = "INTRODUCTION"
|
||||
const WARNING = "WARNING"
|
||||
const HELP = "HELP"
|
||||
|
||||
const KEYS = [
|
||||
"PLAY",
|
||||
"MONEY",
|
||||
"RESULT",
|
||||
"UNDERSTOOD",
|
||||
"SUCCES",
|
||||
"FAILURE",
|
||||
"STORMWARNING",
|
||||
"INTRODUCTION",
|
||||
"WARNING",
|
||||
"HELP"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue