diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 13:53:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 13:53:36 +0200 |
| commit | 2f73c37c90eb0e1fb00fd91f1873f50060300d54 (patch) | |
| tree | 1d465094a6040a6055d4da88c64182e56e7aee89 /lang/include/turns | |
| parent | 22affd3c791679f05ccde937a1804ecb3f5bf5e2 (diff) | |
| download | turns-2f73c37c90eb0e1fb00fd91f1873f50060300d54.tar.xz turns-2f73c37c90eb0e1fb00fd91f1873f50060300d54.zip | |
lang: merge translations
Diffstat (limited to 'lang/include/turns')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 36 |
1 files changed, 10 insertions, 26 deletions
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 |
