On 15.04.2008 13:30, Darshaka Pathirana wrote: > # HG changeset patch > # User Darshaka Pathirana <[EMAIL PROTECTED]> > # Date 1207656526 -7200 > # Node ID e33c6ca65006c189af863f7f43402bb3073df8e3 > # Parent 2750de17563e0a6cbbfcd099ccaee2564523483d > - added british english > > diff -r 2750de17563e -r e33c6ca65006 wengophone/src/model/config/Languages.h > --- a/wengophone/src/model/config/Languages.h Tue Apr 08 14:06:44 2008 +0200 > +++ b/wengophone/src/model/config/Languages.h Tue Apr 08 14:08:46 2008 +0200 > @@ -34,7 +34,7 @@ > }; > > /** Number of languages available. */ > -static const int LANGUAGES_SIZE = 250; > +static const int LANGUAGES_SIZE = 251; > > /** > * List of all languages. > @@ -101,6 +101,7 @@ > { "ee", "ÆÊÉ", "Ewe" }, > { "el", "Îλληνικά", "Greek" }, > { "en", "English", "English" }, > + { "en-gb", "English (British)", "English (British)" }, > { "eo", "Esperanto", "Esperanto" }, > { "es", "Español", "Spanish" }, > { "et", "Eesti", "Estonian" },
The (british) english line used to be blank. This patch fixes that problem. Please note, that this patch should be applied before the "calculate sizeof LANGUAGES_SIZE"-patch. One more thing: "qtwengophone_en.ts" seems to be completely untranslated! I think this is because the untranslated lines should not be touched and the defaults should be used. Unfortunatly these lines get blank! Where should I look to solve that? Greetings, - Darsha _______________________________________________ QuteCom-dev mailing list QuteCom-dev@lists.qutecom.org http://lists.qutecom.org/mailman/listinfo/qutecom-dev