Rake Task for sorting locales keys.

Put the task under lib/tasks

Without parameter, recursively sort all yaml locales under RAILS_ROOT/config/locales

rake i18n:sort_keys

With parameter, sort only one locale

rake i18n:sort_keys[path_to_locale]