The package provides docker images for po4a, a tool for translating documentation, helping maintain text in multiple languages while keeping it in sync with the source.
docker run --rm \
--user $(id -u):$(id -g) \
-v $(PWD):/src \
-w /src \
ghcr.io/yiisoft-contrib/po4a:0.74 \
po4a.confThe "Docker Image for po4a" is free software. It is released under the terms of the BSD License.
Please see LICENSE for more information.
Maintained by Yii Software.