summaryrefslogtreecommitdiff
path: root/lib/rdoc/i18n.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/i18n.rb')
-rw-r--r--lib/rdoc/i18n.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/rdoc/i18n.rb b/lib/rdoc/i18n.rb
new file mode 100644
index 0000000000..4cccbc66d3
--- /dev/null
+++ b/lib/rdoc/i18n.rb
@@ -0,0 +1,9 @@
+##
+# This module provides i18n realated features.
+
+module RDoc::I18n
+
+ autoload :Locale, 'rdoc/i18n/locale'
+ autoload :Text, 'rdoc/i18n/text'
+
+end