summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-25 14:32:34 +0200
committerraveit65 <[email protected]>2018-09-25 14:32:34 +0200
commit559328b8089a2d6023d7e0aaabc6c77a5213436a (patch)
tree9f0c55d6bdb97d331bbe2779d6cfa072a1d448bd
parent763cc8cb15027fb2842abf54733e735e0b621d95 (diff)
downloadpluma-559328b8089a2d6023d7e0aaabc6c77a5213436a.tar.bz2
pluma-559328b8089a2d6023d7e0aaabc6c77a5213436a.tar.xz
help: fix help links
collateral damage was caused by https://github.com/mate-desktop/pluma/commit/81f225e
-rw-r--r--.tx/config4
-rw-r--r--help/Makefile.am2
-rw-r--r--help/pluma.pot (renamed from pluma-user-quide.pot)4
-rwxr-xr-xmakepot3
4 files changed, 6 insertions, 7 deletions
diff --git a/.tx/config b/.tx/config
index f1d5ae6b..01de96e7 100644
--- a/.tx/config
+++ b/.tx/config
@@ -3,14 +3,14 @@ host = https://www.transifex.com
[MATE.master--pluma]
file_filter = po/<lang>.po
-source_file = po/pluma.pot
+source_file = pluma.pot
source_lang = en
type = PO
minimum_perc = 2
[MATE.master--pluma-user-quide]
file_filter = help/<lang>/<lang>.po
-source_file = pluma-user-quide.pot
+source_file = help/pluma.pot
source_lang = en
type = PO
minimum_perc = 2
diff --git a/help/Makefile.am b/help/Makefile.am
index 6ec401e8..a7c9bac9 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,6 +1,6 @@
@YELP_HELP_RULES@
-HELP_ID = pluma-user-quide
+HELP_ID = pluma
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = \
figures/pluma_format_bold.png \
diff --git a/pluma-user-quide.pot b/help/pluma.pot
index e627a163..677000c7 100644
--- a/pluma-user-quide.pot
+++ b/help/pluma.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
-"POT-Creation-Date: 2018-09-23 12:57+0200\n"
+"POT-Creation-Date: 2018-09-25 14:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -302,7 +302,7 @@ msgstr ""
#. whatever you like once you have updated your copy of the file.
#: C/index.docbook:289
msgctxt "_"
-msgid "external ref='figures/pluma_window.png' md5='a1daf2ed54a551bb590a172bc730594c'"
+msgid "external ref='figures/pluma_window.png' md5='48a265acf2b42650a4355f0baa1a498d'"
msgstr ""
#. (itstool) path: screenshot/mediaobject
diff --git a/makepot b/makepot
index 65efc450..95af3933 100755
--- a/makepot
+++ b/makepot
@@ -1,9 +1,8 @@
#! /bin/sh
PACKAGE=pluma;
-PACKAGE_GUIDE=pluma-user-quide;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for user-quide
-make -C help $PACKAGE_GUIDE.pot && mv help/$PACKAGE_GUIDE.pot .
+make -C help $PACKAGE.pot