diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:29:38 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:29:38 +0200 |
| commit | 88d45641e8c06936635034cd83c8c7df1bd59439 (patch) | |
| tree | 04bb5c3f83f68edb021b09876242c6493683ebb2 /res/windows/main_window.ui | |
| parent | 0e2b0878e4c344d1fdbadfb37350bded783789f3 (diff) | |
| download | turns-88d45641e8c06936635034cd83c8c7df1bd59439.tar.xz turns-88d45641e8c06936635034cd83c8c7df1bd59439.zip | |
turns: add basic i18n
Diffstat (limited to 'res/windows/main_window.ui')
| -rw-r--r-- | res/windows/main_window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index c9dbf26..b506e5a 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -19,7 +19,7 @@ <object class="AdwHeaderBar" id="header"> <property name="title-widget"> <object class="AdwWindowTitle" id="title"> - <property name="title">Turns</property> + <property name="title" translatable="yes">Turns</property> </object> </property> <child type="start"> |
