Hi there!
I want to contribute to the kidsruby project. It's awesome and I'm really excited to get my kid started. That said, I want to propose a change.
I'm from Brazil and decided to translate it to pt-BR (Brazilian Portuguese). I noticed that the translation consists basically in duplicating HTML files and changing their contents. Is that right?
If so, I want to extract all translations into YAML files and create an eRB template system that uses these YAML files (which will be backed by the I18n gem).
The main advantage is that we stop duplicating HTML files, which makes harder when/if you need to change the HTML structure, but also eases the translation process, since you don't have to touch the HTML tags.
What do you think?
Hi there!
I want to contribute to the kidsruby project. It's awesome and I'm really excited to get my kid started. That said, I want to propose a change.
I'm from Brazil and decided to translate it to pt-BR (Brazilian Portuguese). I noticed that the translation consists basically in duplicating HTML files and changing their contents. Is that right?
If so, I want to extract all translations into YAML files and create an eRB template system that uses these YAML files (which will be backed by the I18n gem).
The main advantage is that we stop duplicating HTML files, which makes harder when/if you need to change the HTML structure, but also eases the translation process, since you don't have to touch the HTML tags.
What do you think?