Fix preference subtitle not translatable

This commit is contained in:
Romain Vigier
2021-08-19 15:12:53 +02:00
parent 28340dcb90
commit 3bb8c2806e
3 changed files with 19 additions and 3 deletions
+17 -1
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Night Theme Switcher\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-19 14:00+0200\n"
"POT-Creation-Date: 2021-08-19 15:12+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -431,6 +431,14 @@ msgstr ""
msgid "Manual variants"
msgstr ""
#: src/preferences/ui/GtkPreferences.ui:40
msgid ""
"You can manually set variants if the extension cannot automatically detect "
"the day and night variants of your GTK theme. Please <a href=\"https://"
"gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues\">submit "
"a request</a> to get your theme supported."
msgstr ""
#: src/preferences/ui/Headerbar.ui:12 src/preferences/ui/Headerbar.ui:24
msgid "Support us"
msgstr ""
@@ -520,6 +528,14 @@ msgstr ""
msgid "Switch Shell theme variants"
msgstr ""
#: src/preferences/ui/ShellPreferences.ui:40
msgid ""
"You can manually set variants if the extension cannot automatically detect "
"the day and night variants of your GNOME Shell theme. Please <a href="
"\"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues"
"\">submit a request</a> to get your theme supported."
msgstr ""
#: src/preferences/ui/ShortcutButton.ui:32
msgid "Change keyboard shortcut"
msgstr ""
+1 -1
View File
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<child>
<object class="PreferenceRow">
<property name="title" translatable="yes">Manual variants</property>
<property name="subtitle"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GTK theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
<property name="subtitle" translatable="yes"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GTK theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
<property name="activatable-widget">
<object class="GtkSwitch" id="manual_switch"/>
</property>
+1 -1
View File
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<child>
<object class="PreferenceRow">
<property name="title" translatable="yes">Manual variants</property>
<property name="subtitle"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GNOME Shell theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
<property name="subtitle" translatable="yes"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GNOME Shell theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
<property name="activatable-widget">
<object class="GtkSwitch" id="manual_switch"/>
</property>