betterspecs / betterspecs

RSpec Best Practices

Home Page:http://betterspecs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use an i18n tool to maintain translations

onebree opened this issue · comments

Originated from #153 (comment)

@akz92 -- please coordinate with @benoittgt, as he will be moving the translated pages to the new layout.

@onebree ok, I'll start this task tonight.
@benoittgt I believe it's better to wait for the i18n translation before moving the pages to the new layout, because once the translation is finished there will be only one page to move.

Hi, @akz92
I can help with translations?

Sure @vtorves. I'm still looking for the best approach, apparently i18n translation in Jekyll isn't as simple as it's in Rails. Maybe you could help me find good active gems to use or some examples/documentations.

@akz92 rails really is very simple! I solved the translation using https://github.com/untra/polyglot .
how you prefer that i share my tests? branch? gist? here?

@vtorves please commit it to a new brach.

@vtorves as mentioned above, for any contributions, please do the following:

  1. Fork this repository and fetch all branches
  2. Checkout gh-pages then git checkout -b name-of-feature

@vtorves can you share what you did? I didn't have the time to study other solutions, it would be great to see how you solved it.

@onebree thanks!! =)
@akz92 of course ! yes I can. I will adjust better the flow and charge here tomorrow.