Configurable delimiter for JSON export #1462
adanielyan
started this conversation in
Ideas
Replies: 2 comments 17 replies
-
Hi there. When using the |
Beta Was this translation helpful? Give feedback.
16 replies
-
It may be a stupid question, but how do I update my docker container to run the latest version of tolgee-platform? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some of my translations I use the actual text as key. It allows me to fallback to the key if there's no translation available (I use i18next which provides that functionally). As a result some of my keys have dots in them which are not meant to be a delimiter but are indicating the end of the sentence. The toglee platform handles those keys without any problem. However, when I try to export the translation to json through API I get nested objects for every dot in a key. I think to avoid this behavior it would be great if it was possible to configure the delimiter symbol (or combination of symbols, e.g.
->
) in the project settings.Beta Was this translation helpful? Give feedback.
All reactions