summaryrefslogtreecommitdiff
path: root/lang/tests
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-08-19 10:38:13 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-08-19 10:38:13 +0200
commitcedf71175b5403e8af002a1a593f27909d9615e0 (patch)
tree949297c26ec7ab210b726fe2fcf4b9ca26520800 /lang/tests
parent6c9be129ddd327634ca557fd079c0aa1a51df067 (diff)
downloadturns-cedf71175b5403e8af002a1a593f27909d9615e0.tar.xz
turns-cedf71175b5403e8af002a1a593f27909d9615e0.zip
lang: add missing translations
Diffstat (limited to 'lang/tests')
-rw-r--r--lang/tests/messages.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/tests/messages.cpp b/lang/tests/messages.cpp
index 441a831..cecb038 100644
--- a/lang/tests/messages.cpp
+++ b/lang/tests/messages.cpp
@@ -22,11 +22,15 @@ namespace turns::lang::tests
auto message = GENERATE(add_participant,
cancel,
clear,
- disposition,
delete_participant,
+ disposition,
+ disposition_colors,
edit_participant,
end_turn_order,
finish,
+ flow,
+ friendly,
+ hostile,
main_menu,
mark_as_defeated,
// a better solution is required to test the following entry:
@@ -35,14 +39,19 @@ namespace turns::lang::tests
next_participant,
no_active_turn_order,
open,
+ preferences,
+ preferences_mnemonic,
previous_participant,
priority,
priority_number,
question_clear_turn_order,
quit,
+ reset,
save,
save_as,
saving_failed_format,
+ secret,
+ skip_defeated,
start_turn_order,
stop,
stop_and_clear,