You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this dashes used in this configuration seem to be overwritten by PHPCR to underscore.
As soon as I go to the Admin Bundle admin/cmf/block/simpleblock/cms/blocks/test/edit?tl=nl-nl
I will hit an error `There is no language fallback for language 'nl-nl'.
Is this a problem of the PHPCR-admin-integration that it has to also overwrite dashes with underscores or shouldn't this be happening in the first place?
Is there any solution to tackle this problem without having locales to be using underscores?
In my app there I have 3 locales
en, nl-nl and nl-be.
I defined the odm locales as:
However, this dashes used in this configuration seem to be overwritten by PHPCR to underscore.
As soon as I go to the Admin Bundle
admin/cmf/block/simpleblock/cms/blocks/test/edit?tl=nl-nlI will hit an error `There is no language fallback for language 'nl-nl'.
Is this a problem of the PHPCR-admin-integration that it has to also overwrite dashes with underscores or shouldn't this be happening in the first place?
Is there any solution to tackle this problem without having locales to be using underscores?