Hello Lars,
In gnugettext.pas, I don't understand this line:
langcode := lowercase(sr.name);
I think there must be a reason...
But with sublanguages (like en_GB or pt_BR) the name cannot be resolved by languagecodes (po or pas method).
I have to change this line by:
langcode := sr.name;
And everything work fine!
Please, have you got any advice about this?
Best regards...
2008-11-05 09:17:15 UTC in GNU Gettext for Delphi, C++ and Kylix