Sha256: b853c9b2eae774b0142a28f4ec53f4d56a0d0e4a1a8d0716209056148afa3460
Contents?: true
Size: 898 Bytes
Versions: 62
Compression:
Stored size: 898 Bytes
Contents
#! /usr/bin/env ruby # -*- coding: utf-8 -*- # # Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com> # Copyright (C) 2005-2009 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/msgmerge" GetText::Tools::MsgMerge.run(*ARGV)
Version data entries
62 entries across 62 versions & 1 rubygems