Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 20, 2012
1 parent d6557fa commit a63d006
Show file tree
Hide file tree
Showing 164 changed files with 31,462 additions and 31,455 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ task :stats do
end
end

desc "write cache for I18nData::FileDataProvider"
task :write_cache_for_file_data_provider do
require 'i18n_data/file_data_provider'
require 'i18n_data/live_data_provider'
I18nData::FileDataProvider.write_cache(I18nData::LiveDataProvider)
end

# extracted from https:/grosser/project_template
rule /^version:bump:.*/ do |t|
sh "git status | grep 'nothing to commit'" # ensure we are not dirty
Expand Down
Loading

0 comments on commit a63d006

Please sign in to comment.