-
Notifications
You must be signed in to change notification settings - Fork 15
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
File extractors to get translations #28
Comments
Hey.
|
I'm actually asking you about current translations in AppBundle\Yaml files because I'm having an issue with them : extracting translations with the command line generate empty xliff files, ie without any translation messages (but with all the keys, that's good). |
Hello, I'm currently developping on an existing project and we'd like to use php-translation to make translations in english and german languages more easily than changing the texts in the YML files. So, php-translation with edit-in-place and webui seems very promising ! But I'm having the same issue than AlexiZ : I extracted the translations from my code with the command app/console translation:extract and all the resulting translations in XLF files are empty... Is this an issue or a misconfiguration of my own ? |
Hello,
First of all, thank you for your work, I'm trying to get it working on a project and so far it's going well. I've found your bundle in a comment you made here.
I just wanted to understand something as I've not found it in the Symfony doc :
dirs
is not meant to point directly at a translation folder like src/AppBundle/Resources/translations. Is that correct ?Thank you.
The text was updated successfully, but these errors were encountered: