Skip to content

Commit 0e6fd19

Browse files
authored
Merge pull request #134 from LiliaFramework/codex/fix-invalid-option-error-in-config.lua
Escape percent in rumour translations
2 parents b527d6a + 1207ef0 commit 0e6fd19

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

rumour/languages/english.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/french.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/german.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/italian.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/portuguese.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/russian.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

rumour/languages/spanish.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LANGUAGE = {
99
rumorCooldownDesc = "Sets the cooldown time for rumors (in seconds).",
1010
gameplay = "Gameplay",
1111
rumourRevealChance = "Rumour Reveal Chance",
12-
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%).",
12+
rumourRevealChanceDesc = "The chance for a rumour to reveal the criminal's identity (default 2%%).",
1313
}

0 commit comments

Comments
 (0)