aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/i18n.rb
blob: 20848aad7547f8b5801b457bafb1e5f89faf7e4a (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: false
##
# This module provides i18n realated features.

module RDoc::I18n

  autoload :Locale, 'rdoc/i18n/locale'
  autoload :Text,   'rdoc/i18n/text'

end