[project @ 2005-06-22 00:21:36 by bursa]

Make a configured countries Austria and Switzerland default to German translation.

svn path=/import/netsurf/; revision=1758
This commit is contained in:
James Bursa 2005-06-22 00:21:36 +00:00
parent 63ca06febb
commit d3aa28aa32
1 changed files with 2 additions and 0 deletions

View File

@ -398,6 +398,8 @@ void ro_gui_choose_language(void)
}
switch (country) {
case 7: /* Germany */
case 30: /* Austria */
case 35: /* Switzerland (70% German-speaking) */
lang = "de";
break;
case 6: /* France */