diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 15:12:10 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 15:14:06 +0300 |
| commit | 64e6d5effcc3f6caa55c076c15a6852936c2da8b (patch) | |
| tree | c4276f14f8a7abc3a5141756c417633931ed7192 /Makefile | |
| parent | bf5f2a61b0292afe67444b1a2dba11cf01c5cd6e (diff) | |
| download | vdr-plugin-osdteletext-64e6d5effcc3f6caa55c076c15a6852936c2da8b.tar.gz vdr-plugin-osdteletext-64e6d5effcc3f6caa55c076c15a6852936c2da8b.tar.bz2 | |
Populate "Language" po header.
The msgmerge --lang option used is available in gettext >= 0.18.0.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ $(I18Npot): $(wildcard *.c) xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address=http://projects.vdr-developer.org/projects/plg-osdteletext -o $@ $^ %.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $< @touch $@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo |
