summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-14 09:29:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-14 09:29:59 +0200
commit714e61b090f1a466978a84bde52210483c99f142 (patch)
treec9749c4f659b065c991d40460804d98e481a226f /HISTORY
parentde45da896a4cd46aa3ffbf07642b8f3bc448c216 (diff)
downloadvdr-714e61b090f1a466978a84bde52210483c99f142.tar.gz
vdr-714e61b090f1a466978a84bde52210483c99f142.tar.bz2
Added a note about how to initiate internationalization support to the README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 85d63be5..88e24650 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5417,7 +5417,7 @@ Video Disk Recorder Revision History
- Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() (thanks
to Marco Schlüßler).
-2007-10-13: Version 1.5.10
+2007-10-14: Version 1.5.10
- Implemented handling DVB subtitles (thanks to Marco Schlüßler, and also to
Pekka Virtanen for writing the subtitle plugin, which helped in implementing
@@ -5471,3 +5471,10 @@ Video Disk Recorder Revision History
example ~cMyReceiver() in PLUGINS.html (thanks to Marco Schlüßler).
- Improved the description of where logging goes in the INSTALL file (thanks to
Elias Luttinen).
+- Added a note about how to initiate internationalization support to the
+ README.i18n file. The Makefile generated by the 'newplugin' script now has the
+ 'i18n' target automatically create an initial 'po/pluginname.pot' file.
+ Plugin authors may want to add the '$(I18Npot)' dependency to the 'i18n'
+ target in their Makefiles, as in
+ i18n: $(I18Npot) $(I18Nmo)
+ (based on a suggestion by Torsten Kunkel).