Ruby app internationalization and localization

Ruby was developed by Yukihiro “Matz” Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby’s syntax is similar to that of Perl and Python.

Created by
Yukihiro Matsumoto
Released
December 21, 1995
Links
https://www.ruby-lang.org
Wikipedia

Ruby applications are usually translated these file formats

Related Platforms

Best way to localize Ruby apps

The first step is to extract the text to translate into language files. This process is called internationalization. The built-in gettext library can be used to do that, or the i18n rubygem is a popular one as well.

Once you have internationalized your ruby app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.

It is easy to translate a ruby app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.

The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.

Links of interest

Do you know an interesting library for that platform? Have you found an error? Let us know at support@webtranslateit.com