I think the title should be updated, this is a translation helper tool that happens to work on translation files formatted as YAML. This is not a YAML editor.
Show HN: Pollly – Editor for YAML localization and translation files
11–17 of 17 posts
Re: Show HN: Pollly – Editor for YAML localization and translation files
#12Re: Show HN: Pollly – Editor for YAML localization and translation files
#13[off-topic] Does anyone know of a CLI tool like jq that works with YAML instead?
Re: Show HN: Pollly – Editor for YAML localization and translation files
#14[off-topic] Does anyone know of a CLI tool like jq that works with YAML instead?
Re: Show HN: Pollly – Editor for YAML localization and translation files
#15diff doesn't need a landing page, unnecessary text, images, and logos to be loaded. The interface has too much friction for the user. Even WITH all the extra gumpf, scrolling and clicking I still have no idea what this is for.
> Localize and translate any apps or sites that uses YAML for localization.
> Yaml is used in many languages such as Ruby, Python, Php and for Framework such as Rails or Symphony.Re: Show HN: Pollly – Editor for YAML localization and translation files
#16Can you explain what it's for? I'm familiar with YAML but I have no idea what "translate apps & sites" means. Do you mean "translate" as in i18n? What kind of files would I be uploading?
I believe it's Rails translation files which looked like this: en.yml: https://github.com/svenfuchs/rails-i18n/blob/d14fe4e0a1c54d2... fr.yml: https://github.com/svenfuchs/rails-i18n/blob/d14fe4e0a1c54d2... In this case, I understand the need of the editor because managing large translation files by hand is a very time consuming task and overall painful experience. From going back and forth between trying to match tr…
Re: Show HN: Pollly – Editor for YAML localization and translation files
#17Earlier quoted context omitted.
I believe it's Rails translation files which looked like this: en.yml: https://github.com/svenfuchs/rails-i18n/blob/d14fe4e0a1c54d2... fr.yml: https://github.com/svenfuchs/rails-i18n/blob/d14fe4e0a1c54d2... In this case, I understand the need of the editor because managing large translation files by hand is a very time consuming task and overall painful experience. From going back and forth between trying to match tr…
So Rails doesn't use .po files?