Sha256: c5b3a7cc393f79c13ede0bfa905a4c68c002a114fc9009a5eda6ee1b324629ef
Contents?: true
Size: 640 Bytes
Versions: 70
Compression:
Stored size: 640 Bytes
Contents
# mdJson 2.0 writer - locale # History: # Stan Smith 2017-03-11 refactored for mdJson/mdTranslator 2.0 # Josh Bradley original script require 'jbuilder' module ADIWG module Mdtranslator module Writers module MdJson module Locale def self.build(hLocale) Jbuilder.new do |json| json.language hLocale[:languageCode] json.country hLocale[:countryCode] json.characterSet hLocale[:characterEncoding] end end # build end # Locale end end end end
Version data entries
70 entries across 70 versions & 1 rubygems