Live data from Hacker News

Show HN: Pollly – Editor for YAML localization and translation files

pollly.orson.io

11–17 of 17 posts

Re: Show HN: Pollly – Editor for YAML localization and translation files

#15
post #9

diff 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.

Have you tried reading the description?

  > 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

#16
post #6
post #2

Can 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…

So Rails doesn't use .po files?

Re: Show HN: Pollly – Editor for YAML localization and translation files

#17
post #16
post #6

Earlier 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?

There are gettext gem available, but by default Rails ship with the YAML translation thing.
Post reply on HN