Sha256: af210a5ef2a7db00062ac8c4dfe568a2ae4033c81ce68602dfc1d32922975afa

Contents?: true

Size: 632 Bytes

Versions: 4

Compression:

Stored size: 632 Bytes

Contents

# encoding: UTF-8

# Copyright 2012 Twitter, Inc
# http://www.apache.org/licenses/LICENSE-2.0

module TwitterCldr
  module Resources
    module Properties

      class IndicPositionalCategoryPropertyImporter < PropertyImporter
        DATA_URL = 'ucd/IndicMatraCategory.txt'
        PROPERTY_NAME = 'Indic_Positional_Category'

        def initialize(input_path, database)
          super(
            input_path: input_path,
            property_name: PROPERTY_NAME,
            data_url: DATA_URL,
            data_path: File.basename(DATA_URL),
            database: database
          )
        end
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twitter_cldr-3.6.0 lib/twitter_cldr/resources/properties/indic_positional_category_property_importer.rb
twitter_cldr-3.5.0 lib/twitter_cldr/resources/properties/indic_positional_category_property_importer.rb
twitter_cldr-3.4.0 lib/twitter_cldr/resources/properties/indic_positional_category_property_importer.rb
twitter_cldr-3.3.0 lib/twitter_cldr/resources/properties/indic_positional_category_property_importer.rb