Fix preference subtitle not translatable
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Night Theme Switcher\n"
|
"Project-Id-Version: Night Theme Switcher\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -431,6 +431,14 @@ msgstr ""
|
|||||||
msgid "Manual variants"
|
msgid "Manual variants"
|
||||||
msgstr ""
|
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
|
#: src/preferences/ui/Headerbar.ui:12 src/preferences/ui/Headerbar.ui:24
|
||||||
msgid "Support us"
|
msgid "Support us"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -520,6 +528,14 @@ msgstr ""
|
|||||||
msgid "Switch Shell theme variants"
|
msgid "Switch Shell theme variants"
|
||||||
msgstr ""
|
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
|
#: src/preferences/ui/ShortcutButton.ui:32
|
||||||
msgid "Change keyboard shortcut"
|
msgid "Change keyboard shortcut"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
<child>
|
<child>
|
||||||
<object class="PreferenceRow">
|
<object class="PreferenceRow">
|
||||||
<property name="title" translatable="yes">Manual variants</property>
|
<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">
|
<property name="activatable-widget">
|
||||||
<object class="GtkSwitch" id="manual_switch"/>
|
<object class="GtkSwitch" id="manual_switch"/>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
<child>
|
<child>
|
||||||
<object class="PreferenceRow">
|
<object class="PreferenceRow">
|
||||||
<property name="title" translatable="yes">Manual variants</property>
|
<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">
|
<property name="activatable-widget">
|
||||||
<object class="GtkSwitch" id="manual_switch"/>
|
<object class="GtkSwitch" id="manual_switch"/>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user