Hello,
this patchlet sets the Portuguese language name to "portugues"
rather than "portuges", as it is now. With this fix, spelling works
correctly in Portuguese documents; otherwise, it doesn't (linux
2.2.15, Debian "potato", ispell 3.1.20 with "portugues" dictionary).
Patch is against 1.1.5.
Cheers, and thanks for the continuing good work with LyX,
Etienne
======================================================================
--- src/language.C.2000.07.25 Tue Jul 25 09:56:06 2000
+++ src/language.C Tue Jul 25 09:56:22 2000
@@ -80,7 +80,7 @@
{ "magyar", N_("Magyar"), false },
{ "norsk", N_("Norsk"), false },
{ "polish", N_("Polish"), false },
- { "portuges", N_("Portuges"), false },
+ { "portugues", N_("Portugues"), false },
{ "romanian", N_("Romanian"), false },
{ "russian", N_("Russian"), false },
{ "scottish", N_("Scottish"), false },
======================================================================