projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
i18n of the changeset views
[rails.git]
/
vendor
/
plugins
/
rails-i18n
/
test
/
structure.rb
1
require File.dirname(__FILE__) + '/lib/key_structure.rb'
2
3
locale = ARGV.first || raise("must give a locale as a command line argument")
4
5
test = KeyStructure.new locale
6
test.run
7
test.output