Page 1 of 1

directory structure

Posted: 29 Jun 2010, 20:38
by pomalo
hello

i think that according with Debian directory structure, Language File must be put in /usr/share/
you can add

Code: Select all

Const
{$IFDEF LINUX}
        LANGUAGE_DIR = '/usr/share/gestinux/languages/';
{$ENDIF}
....
before language initialisation

reguards
Claude

Re: directory structure

Posted: 30 Jun 2010, 19:17
by tintinux
Hi,

Why not...
This can be changed in the next release.
Do yo have some link to the recommended structure ?

Regards

Tintinux

Re: directory structure

Posted: 30 Jun 2010, 21:45
by pomalo

Re: directory structure

Posted: 04 Jul 2010, 23:12
by tintinux
Hi,

Pomalo will make the directory structure compliant with debian rules in the package that he is going to build.
Until it is ready, and for Windows, and in all development environments, the language files will remain in a subdirectory of the directory containing the executable.

We will use the multiplatform GetConfigFile function and, thus, the configuration file name will change. Configuration will be reset.

Please note also that the POSIX language code (fr_FR, en_US) will be used instead of ISO language code (FRA, ENG) unknown on Linux.

Regards,
Tintinux