Sha256: 4d3314d83671f125593e822f7f3593e99c86deefa12086072dfb379a167f0733
Contents?: true
Size: 1006 Bytes
Versions: 61
Compression:
Stored size: 1006 Bytes
Contents
#! /usr/bin/env ruby # -*- coding: utf-8 -*- # # Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com> # Copyright (C) 2012 Haruka Yoshihara <yoshihara@clear-code.com> # # 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/msginit" begin GetText::Tools::MsgInit.run(*ARGV) rescue GetText::Tools::MsgInit::Error puts($!.message) exit(false) end
Version data entries
61 entries across 61 versions & 1 rubygems
Version | Path |
---|---|
gettext-2.3.0 | bin/rmsginit |