aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-01-15 00:23:26 +0000
committerGravatar Elvio Basello2008-01-15 00:23:26 +0000
commitdfb6978ee141623ef54fe0f085e310069c6084a7 (patch)
tree5d53ccdef93e5959bf8326785b554935c9b19734
parentgit-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1082 17fca916-40b9-46aa-a4ea... (diff)
downloadKVIrc-dfb6978ee141623ef54fe0f085e310069c6084a7.tar.gz
KVIrc-dfb6978ee141623ef54fe0f085e310069c6084a7.tar.bz2
KVIrc-dfb6978ee141623ef54fe0f085e310069c6084a7.zip
modified Makefiles to accept new Croatian translation files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1083 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--po/modules/about/Makefile.am6
-rw-r--r--po/modules/notifier/Makefile.am6
-rw-r--r--po/modules/torrent/Makefile.am6
3 files changed, 12 insertions, 6 deletions
diff --git a/po/modules/about/Makefile.am b/po/modules/about/Makefile.am
index 83fe7b1b1..55e08003f 100644
--- a/po/modules/about/Makefile.am
+++ b/po/modules/about/Makefile.am
@@ -19,7 +19,8 @@ tmp_DATA = about_ca.mo \
about_pt_BR.mo \
about_fr.mo \
about_hu.mo \
- about_fi.mo
+ about_fi.mo \
+ about_hr.mo
# The *.po files to generate
POFILES = about_ca.po \
@@ -32,7 +33,8 @@ POFILES = about_ca.po \
about_pt_BR.po \
about_fr.po \
about_hu.po \
- about_fi.po
+ about_fi.po \
+ about_hr.po
###############################################################################
diff --git a/po/modules/notifier/Makefile.am b/po/modules/notifier/Makefile.am
index 14fae92e4..4ab8bc36a 100644
--- a/po/modules/notifier/Makefile.am
+++ b/po/modules/notifier/Makefile.am
@@ -19,7 +19,8 @@ tmp_DATA = notifier_ca.mo \
notifier_pt_BR.mo \
notifier_fr.mo \
notifier_hu.mo \
- notifier_fi.mo
+ notifier_fi.mo \
+ notifier_hr.mo
# The *.po files to generate
POFILES = notifier_ca.po \
@@ -32,7 +33,8 @@ POFILES = notifier_ca.po \
notifier_pt_BR.po \
notifier_fr.po \
notifier_hu.po \
- notifier_fi.po
+ notifier_fi.po \
+ notifier_hr.po
###############################################################################
diff --git a/po/modules/torrent/Makefile.am b/po/modules/torrent/Makefile.am
index b2530a3b7..fbef512bb 100644
--- a/po/modules/torrent/Makefile.am
+++ b/po/modules/torrent/Makefile.am
@@ -15,7 +15,8 @@ tmp_DATA = torrent_de.mo \
torrent_pt.mo \
torrent_fi.mo \
torrent_ru.mo \
- torrent_cs.mo
+ torrent_cs.mo \
+ torrent_hr.mo
# The *.po files to generate
POFILES = torrent_de.po \
@@ -24,7 +25,8 @@ POFILES = torrent_de.po \
torrent_pt.po \
torrent_fi.po \
torrent_ru.po \
- torrent_cs.po
+ torrent_cs.po \
+ torrent_hr.po
###############################################################################