Sha256: af678de8ad883dd78ab82797235be8aedce0f3c263830e28570d4b806ecc0b9f
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Localized class LocalizedSymbol < LocalizedObject def as_language_code TwitterCldr::Shared::Languages.from_code_for_locale(@base_obj, @locale) end def formatter_const nil end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twitter_cldr-1.8.1 | lib/twitter_cldr/localized/localized_symbol.rb |
twitter_cldr-1.8.0 | lib/twitter_cldr/localized/localized_symbol.rb |