Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/generate #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Feat/generate #17

wants to merge 3 commits into from

Conversation

jdewit
Copy link

@jdewit jdewit commented Aug 7, 2014

This PR adds automatic translation to a new locale using Microsoft Translate.

Uses Microsoft Translator to automatically create translations for a new
locale.

Requires the AvroTranslatorBundle.
@@ -15,7 +15,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
"symfony/framework-bundle": "2.*",
"avro/translator-bundle": "*"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this bundle should be in the "suggest" part: it is not required if the command 'locale:editor:generate' is not used.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call. the change has been made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants