Sha256: cac17102a45addd7f0e79ed72b77560ecb13ad84e9a107419eceef65f9252217

Contents?: true

Size: 993 Bytes

Versions: 46

Compression:

Stored size: 993 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Copyright (C) 2012-2014  Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2005-2008  Masao Mutoh
#
# License: Ruby's or LGPL
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

require "gettext/tools/xgettext"
require "gettext/tools/msgfmt"
require "gettext/tools/msginit"
require "gettext/tools/msgmerge"
require "gettext/tools/msgcat"
require "gettext/mo"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
gettext-3.1.0 lib/gettext/tools.rb
gettext-3.0.9 lib/gettext/tools.rb
gettext-3.0.8 lib/gettext/tools.rb
gettext-3.0.7 lib/gettext/tools.rb
gettext-3.0.6 lib/gettext/tools.rb
gettext-3.0.5 lib/gettext/tools.rb