Josef Strzibny Profile picture
Author of Deployment from Scratch. Sr. Rails dev 🟢 Phrase. Ex Linux packager 🔴 Red Hat. Next product: a Rails SaaS starter kit.
Jan 25, 2023 18 tweets 4 min read
How to 🌎 localize a Ruby on Rails application and work with translations day to day?

Let me tell you.

I work on Phrase Strings, a localization platform which is itself translated to 11 languages. 😮

Here's a one way to do it, from basics to the whole workflow → Let's start with the Rails Internationalization guide which gives you the basics of localization using the i18n gem.

You'll do both translation (replacing strings) and localization (formatting dates) with this library: Image