From 575fbae41eb008971b2396b32e74f52a1f235d04 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 23:45:18 +0200 Subject: lang: add missing translation for priority format string --- lang/include/turns/lang/messages.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/include') 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 -- cgit v1.2.3