[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:
parent
63ca06febb
commit
d3aa28aa32
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue