blob: f209a9a6f67ac133e1b98f310d1b04c5094f5c42 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# frozen_string_literal: true
##
# This module provides i18n related features.
module RDoc::I18n
autoload :Locale, "#{__dir__}/i18n/locale"
require_relative 'i18n/text'
end
|