summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-04-03 16:21:41 -0400
committerPatrick Griffis <tingping@tingping.se>2018-04-03 16:30:38 -0400
commitfd2167d85605fdb23116047ead3502d9f7a5e63b (patch)
treea776904924ed1e72b9569f6b7b57a8581cb4203f
parent08fb808ea4b190734b56b30c1f0a5eec68944864 (diff)
Fix tests on Ubuntu
-rw-r--r--data/misc/io.github.Hexchat.appdata.xml.in1
-rw-r--r--po/lv.po2
-rw-r--r--po/meson.build4
3 files changed, 3 insertions, 4 deletions
diff --git a/data/misc/io.github.Hexchat.appdata.xml.in b/data/misc/io.github.Hexchat.appdata.xml.in
index dcfc8044..b8d229cd 100644
--- a/data/misc/io.github.Hexchat.appdata.xml.in
+++ b/data/misc/io.github.Hexchat.appdata.xml.in
@@ -13,7 +13,6 @@
</description>
<url type="homepage">http://hexchat.github.io</url>
<url type="bugtracker">https://github.com/hexchat/hexchat</url>
- <url type="translate">https://www.transifex.com/hexchat/hexchat</url>
<url type="donation">https://goo.gl/jESZvU</url>
<url type="help">https://hexchat.readthedocs.io/en/latest/</url>
<screenshots>
diff --git a/po/lv.po b/po/lv.po
index 263ae58c..ed87246c 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -55,7 +55,7 @@ msgstr "Tērzēt ar citiem cilvēkiem tiešsaistē"
#: data/misc/io.github.Hexchat.desktop.in.in:6
msgid "IM;Chat;"
-msgstr "TZ;Tērzēšana"
+msgstr "TZ;Tērzēšana;"
#: data/misc/io.github.Hexchat.desktop.in.in:8
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
diff --git a/po/meson.build b/po/meson.build
index 9b5cd4aa..f292c4d7 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -3,7 +3,7 @@ i18n.gettext('hexchat', preset: 'glib')
validate_translations = find_program('validate-textevent-translations')
test('Validate translations', validate_translations,
args: [
- files('LINGUAS'),
+ join_paths(meson.current_source_dir(), 'LINGUAS'),
meson.current_source_dir(),
]
-) \ No newline at end of file
+)