mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
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
This commit is contained in:
9
HISTORY
9
HISTORY
@@ -5417,7 +5417,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed checking for ttDolbyLast in cDevice::SetCurrentAudioTrack() (thanks
|
||||
to Marco Schl<68><6C>ler).
|
||||
|
||||
2007-10-13: Version 1.5.10
|
||||
2007-10-14: Version 1.5.10
|
||||
|
||||
- Implemented handling DVB subtitles (thanks to Marco Schl<68><6C>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<68><6C>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).
|
||||
|
Reference in New Issue
Block a user