Fix localization
This commit is contained in:
parent
d7edaae61c
commit
62de0242ee
1 changed files with 4 additions and 4 deletions
|
|
@ -206,11 +206,11 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Other = {
|
Other = {
|
||||||
Roland_glass_seal = {
|
roland_glass_seal = {
|
||||||
name = "Glass Seal",
|
name = "Glass Seal",
|
||||||
text = {
|
text = {
|
||||||
"Gives a random tag at",
|
"Creates a random {C:attention}Tag",
|
||||||
"the end of the {C:attention}Ante",
|
"at the end of the {C:attention}Ante",
|
||||||
"{C:red,E:1}Self destructs{} if {C:attention}drawn",
|
"{C:red,E:1}Self destructs{} if {C:attention}drawn",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -295,7 +295,7 @@ return {
|
||||||
b_Roland_na = "N/A",
|
b_Roland_na = "N/A",
|
||||||
},
|
},
|
||||||
labels = {
|
labels = {
|
||||||
Roland_glass_seal = "Glass Seal",
|
roland_glass_seal = "Glass Seal",
|
||||||
},
|
},
|
||||||
v_text = {
|
v_text = {
|
||||||
ch_c_Roland_Jokerful = {"Only the {C:common}default Joker{} can appear in shops"},
|
ch_c_Roland_Jokerful = {"Only the {C:common}default Joker{} can appear in shops"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue