Files
growstuff/config/locales
Brenda Wallace b0c8b11246 📝 Inline editing and display tidy ups (#2200)
* Inline editing and display tidy ups
2019-10-08 11:06:53 +13:00
..
2017-03-12 10:38:39 +13:00
2019-10-08 11:06:53 +13:00

i18n Documentation

i18n Automation

Automate string extraction from haml into locale files using haml-i18n-extractor

rake i18n:extractor[relative_path_to_view]

####Example rake i18n:extractor[app/views/layouts/_header.html.haml]

  • Creates app/views/layouts/_header.html.i18n-extractor.haml with the expected haml changes to localize app/views/layouts/_header.html.haml. After reviewing the changes, copy app/views/layouts/_header.html.i18n-extractor.haml to app/views/layouts/_header.html.haml
  • Adds new keys to locales/en.yml