summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-02-03 17:26:47 +0100
committerraveit65 <[email protected]>2019-02-04 16:35:36 +0100
commit8e08ede291bf731fc3f52d6a6bb4732f4bacba2a (patch)
tree2640e1a18328177e86f1ff4d94c170ec4a00e9c5
parent77ce412514cd886b7e53fa6c4feb8cde7f469bcf (diff)
downloadpluma-8e08ede291bf731fc3f52d6a6bb4732f4bacba2a.tar.bz2
pluma-8e08ede291bf731fc3f52d6a6bb4732f4bacba2a.tar.xz
remove type & url attr of ulink in translation
Closes #395 Example of generated file: help/pluma.pot before: msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <ulink url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." msgstr "" help/pluma.pot after: msgid "MATE Feedback Page" msgstr "" msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <_:ulink-1/>." msgstr ""
-rw-r--r--help/C/index.docbook6
1 files changed, 5 insertions, 1 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook
index 277b2c94..3ffbb7d3 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -16,8 +16,12 @@
-->
<!-- =============Document Header ============================= -->
<?db.chunk.max_depth 2?>
-<article id="index" lang="en">
+<article id="index" lang="en" xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
<!-- please do not change the id; for translations, change lang to -->
+ <its:rules version="2.0">
+ <its:translateRule translate="no" selector="//ulink/@type|//ulink/@url"/>
+ <its:withinTextRule withinText="no" selector="//ulink"/>
+ </its:rules>
<!-- appropriate code -->
<articleinfo>
<title>Pluma Manual<!-- not using app entity because of lowercase ugliness --></title>