Re-add missing localization
This commit is contained in:
parent
98e855e314
commit
12d7e17b72
2 changed files with 9 additions and 1 deletions
|
|
@ -54,4 +54,12 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
misc = {
|
||||||
|
challenge_names = {
|
||||||
|
c_Roland_Jokerful = "Jokerful",
|
||||||
|
},
|
||||||
|
v_text = {
|
||||||
|
ch_c_Roland_Jokerful = {"Only the {C:common}default Joker{} can appear in shops"},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"author": [
|
"author": [
|
||||||
"Emik"
|
"Emik"
|
||||||
],
|
],
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue