Skip to content

Server Side Translation

Behnam Ahmad khan beigi edited this page Feb 21, 2015 · 6 revisions

Add this gems in your gemfile

gem "gettext", :group => :development
gem "ruby_parser", :group => :development
gem 'gettext_i18n_rails'

With this command you can add new language LANGUAGE=fa rake gettext:add_language and then should use find and pack strings by this commands :

rake gettext:find


rake gettext:pack
Clone this wiki locally