Results 67 comments of anthonynsimon

It doesn't currently support it, will label it as a good feature to implement for new contributors. Thanks for the feedback!

Hi, sorry for taking so long to reply. I think it'd be very useful to have if you're still up :) Let me know if I can help with anything.

I just migrated angular to the latest version, this was a known issue with some versions of angular. Maybe you could try out if now it's fixed when you have...

Thanks for the suggestion. Definitely makes sense to have some sort of visual grouping for the project's strings. Unfortunately, not everyone uses a convention for naming their strings, so Parrot...

Gotcha, so just to be sure basically what we need is a YAML export option (with the nesting of the sub-strings)? For example: In Parrot: ``` # locale: en_US books.index.title:...

For other formats, this can be implemented too. What could work in order to not constrain the naming convention to a specific style, is an option to "split-n-nest" based on...

I added support for yaml export with nested strings. Sample output: ``` es_ES: categories: fruits: apple: Manzana pineapple: Piña watermelon: Sandia veggetables: paprika: Chile dulce potato: Patata ``` I will...

Did you also rebuild the web app before restarting the servers? ``` $ sudo /bin/bash scripts/release.sh ``` I need to rename that script, that's not an obvious one :)

Hi, no it is still open and one of the main next features to tackle. The importers issue has simply been unified into this issue (#16) to not have multiple...