[mythtv] [mythweb CVS][patch]Nederlands typo/category stuff

Tommy Faasen mythtv at zwanebloem.nl
Fri Apr 16 07:39:11 EDT 2004


Second attempt at a patch now for mythweb..

Just a typo and nature/science category.

We also have a category called amusement that contains game shows/talk
shows and comedy shows, don't know what I should do with that..

Regards,

Tommy
-------------- next part --------------
Index: mythweb/languages/Nederlands.php
===================================================================
RCS file: /var/lib/mythcvs/mythweb/languages/Nederlands.php,v
retrieving revision 1.6
diff -u -r1.6 Nederlands.php
--- mythweb/languages/Nederlands.php	28 Mar 2004 21:56:41 -0000	1.6
+++ mythweb/languages/Nederlands.php	16 Apr 2004 11:34:47 -0000
@@ -29,7 +29,7 @@
 define ('_LANG_HOWTO',                'Hulp');
 define ('_LANG_HORROR',               'Horror');
 define ('_LANG_MISC',                 'Divers');
-define ('_LANG_NEWS',                 'Niewws');
+define ('_LANG_NEWS',                 'Nieuws');
 define ('_LANG_REALITY',              'Reality');
 define ('_LANG_ROMANCE',              'Romantiek');
 define ('_LANG_SCIENCE_NATURE',       'Wetenschap_Natuur');
@@ -66,7 +66,7 @@
 define ('_LANG_CATMATCH_NEWS',                 '\\b(?:news|current|nieuws|duiding|actua)');
 define ('_LANG_CATMATCH_REALITY',              '\\b(?:reality|leven)');
 define ('_LANG_CATMATCH_ROMANCE',              '\\b(?:romance|lief)');
-define ('_LANG_CATMATCH_SCIENCE_NATURE',       '\\b(?:fantasy|sci\\w*\\W*fi)');
+define ('_LANG_CATMATCH_SCIENCE_NATURE',       '\\b(?:fantasy|sci\\w*\\W*fi|natuur|wetenschap)');
 define ('_LANG_CATMATCH_SCIFI_FANTASY',        '\\b(?:science|natuur|environment|wetenschap)');
 define ('_LANG_CATMATCH_SHOPPING',             '\\b(?:shop|koop)');
 define ('_LANG_CATMATCH_SOAPS',                '\\b(?:soap)');


More information about the mythtv-dev mailing list