From 88d45641e8c06936635034cd83c8c7df1bd59439 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 14:29:38 +0200 Subject: turns: add basic i18n --- app/src/windows/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/windows/main.cpp') diff --git a/app/src/windows/main.cpp b/app/src/windows/main.cpp index f8437a6..0000f60 100644 --- a/app/src/windows/main.cpp +++ b/app/src/windows/main.cpp @@ -1,6 +1,7 @@ #include "turns/app/windows/main.hpp" #include +#include namespace turns::app::windows { @@ -10,7 +11,7 @@ namespace turns::app::windows , m_adw{ADW_APPLICATION_WINDOW(gobj())} , m_title(ADW_WINDOW_TITLE(builder->get_widget("title")->gobj())) { - adw_window_title_set_subtitle(m_title, "No active turn-order"); + adw_window_title_set_subtitle(m_title, _("No active turn-order")); } } // namespace turns::app::windows \ No newline at end of file -- cgit v1.2.3