Open rijk opened 10 years ago
Hi @rijk ,
I am in a short trip till the 23rd, so I'll be able to give the full attention to both of the issues you've raised only afterwards.
For now I'll just say that #3 does look like something the API should have, and will have.
Thanks
Hi @rijk ,
I like your * approach, if you'll implement it I'll pull it to the tree.
My time resources for open source development are pretty low now, so I won't be able to help with development, but if you need guidance to the code you can contact me directly on Skype: daniel.razoss .
Thanks
As mentioned in issue #2, a pretty common use case is an object property changing which should invalidate existing translations. This is currently not possible through the API, as all methods for removing translations require a specific language argument.
Possible solutions:
*
argument instead of language identifierinvalidateTranslations()
method, which has a similar signature toremoveTranslations()
but without the language parameter