From cc79957d304deb923d31f865809b194172511b73 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 17 Jul 2024 16:13:58 +0200 Subject: lang: add missing translations --- lang/include/turns/lang/messages.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/include') diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 4a52945..9c07917 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -8,11 +8,14 @@ namespace turns::lang auto constexpr static disposition = "Disposition"; auto constexpr static delete_participant = "Delete participant"; auto constexpr static edit_participant = "Edit participant"; + auto constexpr static end_turn_order = "End turn order"; auto constexpr static finish = "Finish"; auto constexpr static main_menu = "Main Menu"; auto constexpr static mark_as_defeated = "Mark as defeated"; auto constexpr static name = "Name"; + auto constexpr static next_participant = "Next participant"; auto constexpr static no_active_turn_order = "No active turn order"; + auto constexpr static previous_participant = "Previous participant"; auto constexpr static priority = "Priority"; auto constexpr static priority_number = "Priority {}"; auto constexpr static quit = "_Quit"; -- cgit v1.2.3