From 2f73c37c90eb0e1fb00fd91f1873f50060300d54 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 13:53:36 +0200 Subject: lang: merge translations --- lang/include/turns/lang/messages.hpp | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) (limited to 'lang/include') diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index ea76565..359798d 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -3,32 +3,16 @@ namespace turns::lang { - namespace buttons - { - auto constexpr static finish = "Finish"; - } - - namespace menu_items - { - auto constexpr static quit = "_Quit"; - } // namespace menu_items - - namespace labels - { - auto constexpr static add_participant = "Add participant"; - auto constexpr static disposition = "Disposition"; - auto constexpr static name = "Name"; - auto constexpr static no_active_turn_order = "No active turn order"; - auto constexpr static order = "Order"; - auto constexpr static turns = "Turns"; - } // namespace labels - - namespace tooltips - { - auto constexpr static add_a_participant = "Add a participant"; - auto constexpr static main_menu = "Main Menu"; - auto constexpr static mark_as_defeated = "Mark as defeated"; - } // namespace tooltips + auto constexpr static add_participant = "Add participant"; + auto constexpr static disposition = "Disposition"; + 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 no_active_turn_order = "No active turn order"; + auto constexpr static order = "Order"; + auto constexpr static quit = "_Quit"; + auto constexpr static turns = "Turns"; } // namespace turns::lang #endif \ No newline at end of file -- cgit v1.2.3