X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Ftranslations.md;h=8b7077b6b17617e97779eb2a46b28bd7d5566b83;hb=84dfda1ccd50e8b5a563f6638fde8c488bcd75bf;hp=23ac4a62d75282504d9bc823275e66db30b3ec58;hpb=a9af0ca26e55b748fb22c9a41be867217c634fad;p=friendica.git diff --git a/doc/translations.md b/doc/translations.md index 23ac4a62d7..8b7077b6b1 100644 --- a/doc/translations.md +++ b/doc/translations.md @@ -24,6 +24,16 @@ For addons, we add support for a language when if we already support the languag ## Add new translation strings +### Supported gettext version + +We currently support the gettext version 0.19.8.1 and actively check new translation strings with this version. + +If you don't use this version, it's possible that our checks fail (f.e. because of tiny differences at linebreaks). +In case you do have a Docker environment, you can easily update the translations with the following command: +```shell +docker run --rm -v $PWD:/data -w /data friendicaci/transifex bin/run_xgettext.sh +``` + ### Core Once you have added new translation strings in your code changes, please run `bin/run_xgettext.sh` from the base Friendica directory and commit the updated `view/lang/C/messages.po` to your branch.