Re: [Harbour] i18n high level functions

2008-11-02 Thread Szakáts Viktor
Hi Przemek, Pls find attached high level i18n_* functions. (untested) hb_i18n_fnametemplate( [] ) -> hb_i18n_baselang( [] ) -> hb_i18n_activelang( [] ) -> hb_i18n_gettext( ) -> hb_i18n_gettextlang( [, ] -> Not strictly intended for the core as it has some parts I wouldn't like to be in

Re: [Harbour] i18n high level functions

2008-11-02 Thread Przemyslaw Czerpak
On Sat, 01 Nov 2008, Szak�ts Viktor wrote: Hi Viktor, > Pls find attached high level i18n_* functions. (untested) > hb_i18n_fnametemplate( [] ) -> > hb_i18n_baselang( [] ) -> > hb_i18n_activelang( [] ) -> > hb_i18n_gettext( ) -> > hb_i18n_gettextlang( [, ] -> > Not strictly intended for t

[Harbour] i18n high level functions #2

2008-11-02 Thread Szakáts Viktor
Hi all, Pls find attached high level i18n_* functions. Now, instead of a filename template, a translation loader callback can be specified by the user, so the actual source of the translation is completely controllable from the user side. The block is getting the language ID as a parameter. This

[Harbour] i18n high level functions

2008-11-01 Thread Szakáts Viktor
Hi all, Pls find attached high level i18n_* functions. (untested) hb_i18n_fnametemplate( [] ) -> hb_i18n_baselang( [] ) -> hb_i18n_activelang( [] ) -> hb_i18n_gettext( ) -> hb_i18n_gettextlang( [, ] -> Not strictly intended for the core as it has some parts I wouldn't like to be include