diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:45:18 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:45:18 +0200 |
| commit | 575fbae41eb008971b2396b32e74f52a1f235d04 (patch) | |
| tree | 22544bd2938228a1814da35ef330ac5407b2652a /lang/include/turns | |
| parent | 81ff22fe7897c6a405111304b74616677a3a7261 (diff) | |
| download | turns-575fbae41eb008971b2396b32e74f52a1f235d04.tar.xz turns-575fbae41eb008971b2396b32e74f52a1f235d04.zip | |
lang: add missing translation for priority format string
Diffstat (limited to 'lang/include/turns')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 1bb572a..aed5c77 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -11,6 +11,7 @@ namespace turns::lang auto constexpr static name = "Name"; auto constexpr static no_active_turn_order = "No active turn order"; auto constexpr static priority = "Priority"; + auto constexpr static priority_number = "Priority {}"; auto constexpr static quit = "_Quit"; auto constexpr static turns = "Turns"; } // namespace turns::lang |
