We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 :
LANGUAGE=fa rake gettext:add_language
rake gettext:find rake gettext:pack