aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 284396ec..ffbb9ebe 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -18,7 +18,8 @@ LOCALEDIR=$(DATADIR)/locale
all: $(PGOAL).pot $(MOFILES)
%.mo: %.po
- msgfmt -o $@ $<
+ cat $< "$<"m >> "$<"f
+ msgfmt -o $@ "$<"f
$(PL_CFILES): %_.c: %
../grpmi/po/fake_c.pl $< > $@
@@ -28,6 +29,7 @@ merge: $(PGOAL).pot
echo "Merging $$n"; \
msgmerge "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
+ ./get_from_compssusers.pl "$$n" >> "$$n"m; \
done
$(PGOAL).pot: $(PL_CFILES) $(CFILES)
@@ -44,5 +46,5 @@ install:
done
clean:
- @rm -rf *.mo $(POFILES:%=%t) $(PL_CFILES) $(PGOAL).pot
+ @rm -rf *.mo *.pom *.pof $(POFILES:%=%t) $(PL_CFILES) $(PGOAL).pot
td>-2/+2 * - add new strings from drakroamThierry Vignaud2005-03-251-11/+97 * s/102errata/errata/. There will not be an 10.2, and errara.php3Funda Wang2005-03-211-2/+2 * s/101errata/102errata for the next release. We often forget this.Funda Wang2005-03-181-2/+2 * s/Netmask address/Netmask/. typo fixFunda Wang2005-03-121-1/+1 * updated pot filePablo Saratxaga2005-03-111-34/+26 * fix kde mergeThierry Vignaud2005-03-101-1/+1 * further merge with KDEThierry Vignaud2005-03-101-1/+1 * remove duplicated stringThierry Vignaud2005-03-101-8/+0 * remove uneeded stringThierry Vignaud2005-03-101-4/+0 * merge translations from KDEThierry Vignaud2005-03-101-2/+2 * merge in new stringsThierry Vignaud2005-03-101-0/+112 * Added translation for "recommended" stringPablo Saratxaga2005-03-031-3170/+3958 * updated pot filePablo Saratxaga2004-10-071-5072/+6702 * updated pot filePablo Saratxaga2004-06-141-1970/+2036 * updated pot filePablo Saratxaga2004-04-011-1085/+1100 * corrected "default:LTR" translationsPablo Saratxaga2004-03-231-2833/+3169 * updated pot filePablo Saratxaga2004-02-191-16965/+17060 * fixed my previous bad entriesPablo Saratxaga2003-12-031-359/+670 * updated Albanian filePablo Saratxaga2003-09-181-709/+538 * updated pot filePablo Saratxaga2003-09-121-1206/+1832 * updated pot filePablo Saratxaga2003-08-131-1779/+2816 * updated Estonien, Japanese, Albanian and Vietnamese po filesPablo Saratxaga2003-06-031-2676/+2740 * updated pot filePablo Saratxaga2003-05-161-13699/+13778 * updated Albanian filePablo Saratxaga2003-03-271-1000/+2434 * updated pot filePablo Saratxaga2003-03-121-110/+157 * updated pot filePablo Saratxaga2003-03-091-233/+233 * iupdated Vietnamese, Estonian and Dutch files;Pablo Saratxaga2003-03-071-2/+2 * updated pot filePablo Saratxaga2003-03-071-385/+596 * updated pot filePablo Saratxaga2003-02-281-579/+807 * simplify translator job by propaging pixel english typo fixThierry Vignaud2003-02-17