freebsd-ports/net-mgmt/icinga-ipl-i18n/pkg-plist
Jochen Neumeister b152692c89 net-mgmt/icinga-ipl-i18n: add new Port
ipl-i18n provides a translation suite using PHP's native gettext extension for Icinga.

Sponsored by:	Netzkommune GmbH
2022-12-14 14:30:04 +01:00

25 lines
932 B
Text

%%WWWDIR%%/.github/workflows/php.yml
%%WWWDIR%%/.gitignore
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/composer.json
%%WWWDIR%%/phpcs.xml
%%WWWDIR%%/phpunit.xml
%%WWWDIR%%/src/GettextTranslator.php
%%WWWDIR%%/src/Locale.php
%%WWWDIR%%/src/NoopTranslator.php
%%WWWDIR%%/src/StaticTranslator.php
%%WWWDIR%%/src/Translation.php
%%WWWDIR%%/src/functions.php
%%WWWDIR%%/src/functions_include.php
%%WWWDIR%%/tests/FunctionsTest.php
%%WWWDIR%%/tests/GettextTranslatorTest.php
%%WWWDIR%%/tests/LocaleTest.php
%%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/default.mo
%%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/default.po
%%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/special.mo
%%WWWDIR%%/tests/locale/de_DE/LC_MESSAGES/special.po
%%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/default.mo
%%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/default.po
%%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/special.mo
%%WWWDIR%%/tests/locale/it_IT/LC_MESSAGES/special.po