buhrmi / trnsltr

The dumbest approach to Rails localization you've ever seen

Home Page:https://trnsltr.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trnsltr

I stopped working on this project. Please check out https://gitlocalize.com. It offers the same functionality (also free).

A simple tool that connects to your GitHub repo, fetches all .yml files from config/locales, puts them into a table for editing, and commits them back to master when you're done.

Try it here: https://trnsltr.herokuapp.com

Todo

  • Arrays are getting messed up (abbr_day_names etc.)
  • Make a "real" UI
  • Make PR instead of commit
  • Make branch configurable
  • Search for keys
  • Collapse/expand keys
  • Only submit the keys that have changed

Disclaimer

EARLY PROTOTYPE. USE AT YOUR OWN RISK.

The UI is crappy and hard to use if you have a large number of translation keys.

About

The dumbest approach to Rails localization you've ever seen

https://trnsltr.herokuapp.com


Languages

Language:Ruby 71.3%Language:HTML 17.8%Language:JavaScript 9.1%Language:CSS 1.7%