OpenCATS icon indicating copy to clipboard operation
OpenCATS copied to clipboard

i18n

Open virtimus opened this issue 8 years ago • 1 comments

i18n based on php-gettext. Polish version added. Should be 90% complete.

set some env variables:

set ATS_WORKSPACE_DIR=[root OpenCATS sources]
set GETTEXT_HOME=[path to gettext binaries]

and use ant tasks in build.xml to:

gt-generateFileList - generate list of files to be included in gettext gt-run-xgettext - to regenerate pot file based on output from gt-generateFileList gt-run-msgmerge-pl - to merge pot into Polish po file

virtimus avatar May 04 '17 20:05 virtimus

Please revert some of config.php changes to previous state,some defaults were changed and these changes are not related to i18n.

skrchnavy avatar May 05 '17 07:05 skrchnavy