X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2FREADME;h=82e9532d8e89d7b507038966467a1d6c13861f96;hb=27d94023eef0263a3ce9750f79a73ac941a25304;hp=33bfb9e11901cab47823e808e8efeb2e7a1f74d2;hpb=4622f42b1d84b1bd626d2273253843eda03f6893;p=friendica.git diff --git a/util/README b/util/README index 33bfb9e119..82e9532d8e 100644 --- a/util/README +++ b/util/README @@ -78,11 +78,11 @@ More info at http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html Xgettext and .po workflow -1. Run util/run_xgettext.sh script (on *unix sistems, with GNU xgettext installed) +1. Run bin/run_xgettext.sh script (on *unix sistems, with GNU xgettext installed) This script runs xgettext on source tree, extracting strings from L10n::t() and L10n::tt() functions, and creates a util/messages.po file. - $ cd util; ./run_xgettext.sh + $ cd bin; ./run_xgettext.sh 2. copy util/messages.po to view/lang//messages.po Replace with the language you are working on - e.g. 'es', 'fr', 'de', etc. @@ -111,7 +111,7 @@ Xgettext and .po workflow to create the strings.php file When strings are added or modified in source, you could run - $ cd util; ./run_xgettext.sh ../view/lang//messages.po + $ cd bin; ./run_xgettext.sh ../view/lang//messages.po to extract strings from source files and join them with the existing .po file: new strings are added, the existing are not overwritten.