]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/rails-i18n/test/structure.rb
First stage of i18n. Some migrations and extra plugins.
[rails.git] / vendor / plugins / rails-i18n / test / structure.rb
diff --git a/vendor/plugins/rails-i18n/test/structure.rb b/vendor/plugins/rails-i18n/test/structure.rb
new file mode 100644 (file)
index 0000000..80c0f1a
--- /dev/null
@@ -0,0 +1,7 @@
+require File.dirname(__FILE__) + '/lib/key_structure.rb'
+
+locale = ARGV.first || raise("must give a locale as a command line argument")
+
+test = KeyStructure.new locale
+test.run
+test.output
\ No newline at end of file