Skip to content

Instantly share code, notes, and snippets.

@fakestarbaby
Created April 1, 2014 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakestarbaby/9920211 to your computer and use it in GitHub Desktop.
Save fakestarbaby/9920211 to your computer and use it in GitHub Desktop.
i18n-tasks | Rails のロケールファイルを整理整頓する ref: http://qiita.com/fakestarbaby/items/d9ad517fe674059041cd
$ i18n-tasks unused
Unused keys (1) | i18n-tasks v0.3.9
+-------------------------+-------------------------------------------+
| i18n Key | Base value (en) |
+-------------------------+-------------------------------------------+
| sites.index.description | Find me in app/views/sites/index.html.erb |
+-------------------------+-------------------------------------------+
group :development do
gem 'i18n-tasks'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment