abbadon1334/atk4-i18next-php

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.coveralls.yml
.gitignore
.php_cs.dist
.phpdoc.xml
.phpmetrics.json
.styleci.yml
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
renovate.json
src/I18Next/Exception/LanguageAlreadyPresent.php7
src/I18Next/Exception/LanguageLocaleNotExists.php7
src/I18Next/Exception/LanguageNamespaceMisuse.php6
src/I18Next/Exception/LanguagePathNotDefined.php7
src/I18Next/Exception/Misusage.php7
src/I18Next/Exception/NotFoundKey.php8
src/I18Next/Exception/TranslationSyntaxError.php7
src/I18Next/Locale.php30
src/I18Next/Locale/Processor.php61
src/I18Next/Locale/Processor/AbstractProcessor.php12
src/I18Next/Locale/Processor/Key.php99
src/I18Next/Locale/Processor/Key/AbstractProcessorKey.php34
src/I18Next/Locale/Processor/Key/KeyCounter.php16
src/I18Next/Locale/Processor/Key/KeyInterval.php56
src/I18Next/Locale/Processor/Key/KeyPlural.php16
src/I18Next/Locale/Processor/Value.php88
src/I18Next/Locale/Translations.php121
src/I18Next/Translator.php87
src/I18Next/TranslatorInterface.php7
src/I18Next/TranslatorStatic.php51
src/I18Next/TranslatorStatic_functions.php6
src/I18Next/atk4/TranslatorI18NextTrait.php24