-
Notifications
You must be signed in to change notification settings - Fork 38
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
Group resource #23
Comments
Hmm, I don't think that this behaviour is desired generally. Maybe you have editors for each language which should have only access to the resources of one specific language. In this case adding translations to the same group resource is not desired. Nevertheless I could implement some interfaces by which you can add some custom behaviour to the Babel translation process via your own snippets. Something like hooks in the FormIt snippet: http://rtfm.modx.com/display/ADDON/FormIt.Hooks What do you think about this? |
That would be a good addition to Babel, indeed. I dont know if i should open another issue, but while displaying names/translations with
|
This is already possible by using your own modified BabelLink chunk. Instead of using this language tag (used in the default chunk): Check the docs for more details: http://rtfm.modx.com/display/revolution20/Internationalization |
Thanks you for the tip mikrobi |
After thinking more about this issue I won't apply any changes to the Babel Plugin. Here is why:
Cheers, |
While creating a translation, group resources aren't kept.
In my process, if the original resource is inside a group resource, the translations should also be in that group resource.
But does everyone need that (no concrete idea where this wouldn't be needed came to my mind)?
The text was updated successfully, but these errors were encountered: