Sha256: 7030ccea2ea67aae31ad146771be791ade83b7308c3b6a749b1075f258c0dd0f

Contents?: true

Size: 973 Bytes

Versions: 50

Compression:

Stored size: 973 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Copyright (C) 2012-2013  Kouhei Sutou <kou@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/>.

module GetText
  module POFormat
    TRANSLATOR_COMMENT_MARK = "# "
    EXTRACTED_COMMENT_MARK = "#."
    FLAG_MARK = "#,"
    PREVIOUS_COMMENT_MARK = "#|"
    REFERENCE_COMMENT_MARK = "#:"
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
gettext-3.1.0 lib/gettext/po_format.rb
gettext-3.0.9 lib/gettext/po_format.rb
gettext-3.0.8 lib/gettext/po_format.rb
gettext-3.0.7 lib/gettext/po_format.rb
gettext-3.0.6 lib/gettext/po_format.rb
gettext-3.0.5 lib/gettext/po_format.rb
gettext-3.0.4 lib/gettext/po_format.rb
gettext-3.0.3 lib/gettext/po_format.rb
gettext-3.0.2 lib/gettext/po_format.rb
gettext-3.0.1 lib/gettext/po_format.rb