[project @ 2005-06-21 23:56:40 by adrianl]

Netherlands support

svn path=/import/netsurf/; revision=1757
This commit is contained in:
Adrian Lees 2005-06-21 23:56:40 +00:00
parent 70fe8a1d5f
commit 63ca06febb
1 changed files with 3 additions and 0 deletions

View File

@ -404,6 +404,9 @@ void ro_gui_choose_language(void)
case 18: /* Canada2 (French Canada?) */
lang = "fr";
break;
case 34: /* Netherlands */
lang = "nl";
break;
default:
lang = "en";
break;