- Extract strings (php and latte files extractor included) from source files
- Replace strings in source files with placeholders
- Store and automatically translates strings in database
- Generate dictionary files (mo files) for example
CheckTranslationsCommand
is executed in CI server to check if all strings are translatedCreateMoFilesCommand
creates all needed mo files for translatorExtractAndReplaceTranslationsCommand
is used during development to extract strings, store in DB and replace with placeholders
MIT