summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-24 14:03:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-24 14:03:47 +0200
commita241ad38b82baea3a8cb73ac1714f8f481fddc01 (patch)
tree814d88c1de52af967f2937c0399da537864aad01 /HISTORY
parent98bdd0cfeab4ff51713db1a3319ec8c673d1ea6b (diff)
downloadvdr-a241ad38b82baea3a8cb73ac1714f8f481fddc01.tar.gz
vdr-a241ad38b82baea3a8cb73ac1714f8f481fddc01.tar.bz2
Added the new i18n macro trVDR()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 98abf08e..6fbced45 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5396,3 +5396,6 @@ Video Disk Recorder Revision History
- Changed the default for LOCDIR in Makefile and Make.config.template to
"./locale", so that internationalization works by default when running VDR
from within its source directory (suggested by Anssi Hannula).
+- Added the new i18n macro trVDR(), which can be used by plugins to mark
+ texts they want to reuse from VDR's core translations (suggested by Matthias
+ Becker).