Skip to main content
Software localization blog category featured image | Phrase

Software localization

Best Resources to Learn Ruby on Rails

We've curated a list of the best online resources to help you learn Ruby on Rails or simply deepen your knowledge in 2020.
Software localization blog category featured image | Phrase

Software localization

Ruby I18n: Translate Ruby Projects with gettext & PO Files

Ruby i18n from A to Z: Learn how to translate Ruby applications, what GetText and PO filesĀ are, about their format and how to translate with fast_gettext.
Software localization blog category featured image | Phrase

Software localization

Translating Ruby Applications with the R18n Ruby Gem

R18n is a ruby gem that lets you implement i18n for Ruby apps. This guide will walk you through how to use it for translating Ruby apps.
Software localization blog category featured image | Phrase

Software localization

Unifying Ruby on Rails Environments with Docker Compose

Having a reliable build process is highly critical for us at Phrase. This is how we unify our Ruby on Rails environments with Docker Compose.
Software localization blog category featured image | Phrase

Software localization

How to Write a Vim Plugin with Ruby

Every few months we have two Hackdays that we set aside to work on unrelated projects. For my last project, I built a Vim plugin using Ruby.