From 323f68b9221a7b6d97a55724ac531f254e4f1b1c Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 19 Aug 2007 19:48:54 +0000 Subject: - First attempt to implement a backward compatible scheme of the new VDR 1.5.7 localization scheme. --- i18n-template.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n-template.h (limited to 'i18n-template.h') diff --git a/i18n-template.h b/i18n-template.h new file mode 100644 index 0000000..12a577d --- /dev/null +++ b/i18n-template.h @@ -0,0 +1,16 @@ +/* + WARNING: automaticaly generated content. Changes will get lost! + + If this file is 'i18n-generated.cpp' then it *realy* is automaticaly + generated. + If this file is 'i18n-template.cpp' then it is the base for the + autogeneration of the other file. + + This file is part of live. +*/ + +const tI18nPhrase Phrases[] = { +// START I18N +// END I18N + { NULL } +}; -- cgit v1.2.3