Module: I18n::Tasks::LocalePathname
- Defined in:
- lib/i18n/tasks/locale_pathname.rb
Class Method Summary collapse
Class Method Details
.replace_locale(path, from, to) ⇒ Object
6 7 8 |
# File 'lib/i18n/tasks/locale_pathname.rb', line 6 def replace_locale(path, from, to) path&.gsub(path_locale_re(from), to) end |