Re-add missing localization

This commit is contained in:
Emik 2025-04-17 01:26:38 +02:00
parent 98e855e314
commit 12d7e17b72
Signed by: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 9 additions and 1 deletions

View file

@ -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"},
},
},
} }

View file

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