diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-17 16:13:58 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-17 16:13:58 +0200 |
| commit | cc79957d304deb923d31f865809b194172511b73 (patch) | |
| tree | 217b476f159bbb4530615aff5e8a4f8953dc0878 /lang/include | |
| parent | 79c06fc454b91bc14b4a85dd6ec0c870c8ab6da8 (diff) | |
| download | turns-cc79957d304deb923d31f865809b194172511b73.tar.xz turns-cc79957d304deb923d31f865809b194172511b73.zip | |
lang: add missing translations
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |
