File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ host = https://www.transifex.com
33
44[MATE.master--pluma]
55file_filter = po/<lang>.po
6- source_file = po/ pluma.pot
6+ source_file = pluma.pot
77source_lang = en
88type = PO
99minimum_perc = 2
1010
1111[MATE.master--pluma-user-quide]
1212file_filter = help/<lang>/<lang>.po
13- source_file = pluma-user-quide .pot
13+ source_file = help/ pluma.pot
1414source_lang = en
1515type = PO
1616minimum_perc = 2
Original file line number Diff line number Diff line change 11@YELP_HELP_RULES@
22
3- HELP_ID = pluma-user-quide
3+ HELP_ID = pluma
44HELP_FILES = index.docbook legal.xml
55HELP_MEDIA = \
66 figures/pluma_format_bold.png \
Original file line number Diff line number Diff line change 11msgid ""
22msgstr ""
33"Project-Id-Version : MATE Desktop Environment\n "
4- "POT-Creation-Date : 2018-09-23 12:57 +0200\n "
4+ "POT-Creation-Date : 2018-09-25 14:27 +0200\n "
55"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
66"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
77"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -302,7 +302,7 @@ msgstr ""
302302#. whatever you like once you have updated your copy of the file.
303303#: C/index.docbook:289
304304msgctxt "_"
305- msgid "external ref='figures/pluma_window.png' md5='a1daf2ed54a551bb590a172bc730594c '"
305+ msgid "external ref='figures/pluma_window.png' md5='48a265acf2b42650a4355f0baa1a498d '"
306306msgstr ""
307307
308308#. (itstool) path: screenshot/mediaobject
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33PACKAGE=pluma;
4- PACKAGE_GUIDE=pluma-user-quide;
54
65# normal translations
76make -C po $PACKAGE .pot && mv po/$PACKAGE .pot .
87# translations for user-quide
9- make -C help $PACKAGE_GUIDE .pot && mv help/ $PACKAGE_GUIDE .pot .
8+ make -C help $PACKAGE .pot
You can’t perform that action at this time.
0 commit comments