diff options
Diffstat (limited to 'i18n-template.c')
-rw-r--r-- | i18n-template.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/i18n-template.c b/i18n-template.c new file mode 100644 index 0000000..a2d69c0 --- /dev/null +++ b/i18n-template.c @@ -0,0 +1,17 @@ +/* + * i18n.c: Internationalization + * + * See the README file for copyright information and how to reach the author. + * + * $Id:$ + */ + +#include "i18n.h" + +#if VDRVERSNUM < 10507 +const tI18nPhrase Phrases[] = { +// START I18N +// END I18N + { NULL } + }; +#endif |