txty-io / texterify

The translation and localization management system.
https://texterify.com
Other
175 stars 14 forks source link

Support of nested JSON #30

Closed pumano closed 2 years ago

pumano commented 3 years ago

I have JSON structure with nesting :

{
  "home": {
     "title": "title here"
  }
}

but after import i only get "home" with json as text as value.

Did you have plans for support nested JSON structures?

P. S. thanks for good app

chrztoph commented 3 years ago

Yes, it is planned to support nested JSON. For now only flat JSON works.

Thanks for the feedback. 👍

pumano commented 3 years ago

Would love to use your app inside my company, when nested structures come)

mmailaender commented 2 years ago

@chrztoph is that not already working since january this year? Or is this something different here?

chrztoph commented 2 years ago

Sorry, forgot about this issue here. Support for nested JSON has been added since a while.

ervansanjaya commented 2 years ago

Hi @chrztoph I think I'm lost in the documentation on how to implement this. Can you please refer me the how-tos? Thanks