[epiphany] gschema: Fix inclusion of translation comment in .pot file



commit 0310962f1c1969811d0161602b384dde608ba01a
Author: vanadiae <vanadiae35 gmail com>
Date:   Sat Jan 8 20:24:42 2022 +0100

    gschema: Fix inclusion of translation comment in .pot file
    
    Fixes #1676
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1061>

 data/org.gnome.epiphany.gschema.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 2a0a036a9..acd819cac 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -34,19 +34,19 @@
                        <default>[]</default>
                </key>
                <key type="aa{sv}" name="search-engine-providers">
+                       <!-- TRANSLATORS: These are the prepopulated search engines. You should
+                               add country-specific URL query parameters if appropriate (i.e. generally
+                               by adding &hl=your_language_code or by changing the domain name's TLD).
+                               You are allowed to add search engines here, *if they make sense*. Please
+                               don't add your favorite search engine just because you like it though,
+                               only do it for search engines that are already widely used in this specific 
country.
+                               Obvious cases where it makes sense are for example adding Yandex for
+                               Russian, or Baidu for Chinese. If you do add a search engine, then please
+                               make sure that you're not making mistakes in the GVariant text (e.g.
+                               missing ', <, > or trailing comma), and that you're keeping the %s
+                               placeholder for the search query. Also please check if they are actually
+                               properly shown in the Preferences if you reset the gsettings key. -->
                        <default l10n="messages">
-                               <!-- TRANSLATORS: These are the prepopulated search engines. You should
-                                       add country-specific URL query parameters if appropriate (i.e. 
generally
-                                       by adding &hl=your_language_code or by changing the domain name's 
TLD).
-                                       You are allowed to add search engines here, *if they make sense*. 
Please
-                                       don't add your favorite search engine just because you like it though,
-                                       only do it for search engines that are already widely used in this 
specific country.
-                                       Obvious cases where it makes sense are for example adding Yandex for
-                                       Russian, or Baidu for Chinese. If you do add a search engine, then 
please
-                                       make sure that you're not making mistakes in the GVariant text (e.g.
-                                       missing ', <, > or trailing comma), and that you're keeping the %s
-                                       placeholder for the search query. Also please check if they are 
actually
-                                       properly shown in the Preferences if you reset the gsettings key. -->
                                <![CDATA[
                                [
                                        {'name': <'DuckDuckGo'>, 'url': 
<'https://duckduckgo.com/?q=%s&t=epiphany'>, 'bang': <'!ddg'>},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]