diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-17 20:45:39 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-17 20:45:39 +0000 |
commit | 87097f2204f7bef10146da87162e2c1551d124d8 (patch) | |
tree | 73331c382bc1136a2bcb1db3a8764a38c4faf9d8 /lib/redmine/i18n.rb | |
parent | 838e719edfb2190c5ccc86accacef2ad57b39762 (diff) | |
download | redmine-87097f2204f7bef10146da87162e2c1551d124d8.tar.gz redmine-87097f2204f7bef10146da87162e2c1551d124d8.zip |
Move preparation code to redmine/preparation.rb (#29914, #32938).
Patch by Takashi Kato.
git-svn-id: http://svn.redmine.org/redmine/trunk@21284 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/i18n.rb')
-rw-r--r-- | lib/redmine/i18n.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine/i18n.rb b/lib/redmine/i18n.rb index 63c3ac194..c70ac6971 100644 --- a/lib/redmine/i18n.rb +++ b/lib/redmine/i18n.rb @@ -17,6 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +require 'redmine' + module Redmine module I18n def self.included(base) |