blob: eb1274ff452383f6906c366d71d7aed76e3f77c8 (
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
26
27
28
|
%%WWWDIR%%/.github/workflows/php.yml
%%WWWDIR%%/.gitignore
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/composer.json
%%WWWDIR%%/phpcs.xml
%%WWWDIR%%/phpstan-baseline.neon
%%WWWDIR%%/phpstan.neon
%%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/TranslationTest.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
|