Fix tests on Ubuntu
This commit is contained in:
parent
08fb808ea4
commit
fd2167d856
@ -13,7 +13,6 @@
|
|||||||
</description>
|
</description>
|
||||||
<url type="homepage">http://hexchat.github.io</url>
|
<url type="homepage">http://hexchat.github.io</url>
|
||||||
<url type="bugtracker">https://github.com/hexchat/hexchat</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="donation">https://goo.gl/jESZvU</url>
|
||||||
<url type="help">https://hexchat.readthedocs.io/en/latest/</url>
|
<url type="help">https://hexchat.readthedocs.io/en/latest/</url>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
|
2
po/lv.po
2
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
|
#: data/misc/io.github.Hexchat.desktop.in.in:6
|
||||||
msgid "IM;Chat;"
|
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.desktop.in.in:8
|
||||||
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
|
#: data/misc/io.github.Hexchat.ThemeManager.desktop.in:5
|
||||||
|
@ -3,7 +3,7 @@ i18n.gettext('hexchat', preset: 'glib')
|
|||||||
validate_translations = find_program('validate-textevent-translations')
|
validate_translations = find_program('validate-textevent-translations')
|
||||||
test('Validate translations', validate_translations,
|
test('Validate translations', validate_translations,
|
||||||
args: [
|
args: [
|
||||||
files('LINGUAS'),
|
join_paths(meson.current_source_dir(), 'LINGUAS'),
|
||||||
meson.current_source_dir(),
|
meson.current_source_dir(),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user