Skip to content

Commit

Permalink
Readme: added basic info
Browse files Browse the repository at this point in the history
  • Loading branch information
Karel Borkovec committed Sep 19, 2018
1 parent 353f18e commit 4d6d27f
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
@@ -1 +1,24 @@
# translations
# Freelo Translations

-----

## Features

- 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

## Console commands

- `CheckTranslationsCommand` is executed in CI server to check if all strings are translated
- `CreateMoFilesCommand` creates all needed mo files for translator
- `ExtractAndReplaceTranslationsCommand` is used during development to extract strings, store in DB and replace with placeholders

## Contact

karel@freelo.cz

## License

MIT

0 comments on commit 4d6d27f

Please sign in to comment.