mastox / react-i18-next-translation-bundle
A Symfony bundle for react-i18next
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- php: 7.3.*
- ext-simplexml: *
- symfony/framework-bundle: ^4.0|5.*
This package is auto-updated.
Last update: 2025-03-19 03:18:57 UTC
README
Installation
composer require mastox/react-i18-next-translation-bundle:@dev
Register route
#/config/routes/annotations.yaml react_i18_next_translation: resource: "@ReactI18NextTranslationBundle/Resources/config/routes/routes.xml"
Register bundle
#/config/bundles.php return [ /* */ Mastox\ReactI18NextTranslationBundle\ReactI18NextTranslationBundle::class => ['all' => true], /* */ ];
To change file extension of your translation files if you have .php create a file react_i18_next_translation.yaml php and yaml are supported at the moment.
#config/packages/dev || server/config/prod || server/config/ react_i18_next_translation: file_extension: 'xlf'
Usage
localhost/react_i18_next_translation/locales/{LANG-KEY}/{NAMESPACE}.json
localhost/react_i18_next_translation/locales/fr/messages.json