blob: 488a0cc301f962c78971a69c8f8c383898096477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
%%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
|