Sha256: 1b9e918abd8d163fa99293869b886b238d89864fc10b235ac7b2b149cc0c126b

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

# test yml

en:
  obj1: "Gravy is a sauce"
  obj2: "made often from the juices that run naturally from meat or vegetables during cooking"
  obj3: 
    obj31: "In North America"
    obj32: "the term can refer to a wider variety of sauces"

# should yield
# { en:
#   [
#     [:obj1],
#     [:obj2],
#     [:obj3, :obj11],
#     [:obj3, :obj12]
#   ]
# }

# diffmap with hash1_fr.yml should yield
# { [:en, :fr] => [[:obj2], [:obj3, :obj32]]  }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
missing_text-1.0.2 spec/dummy/config/locales/hash1/en.yml
missing_text-1.0.1 spec/dummy/config/locales/hash1/en.yml
missing_text-1.0.0 spec/dummy/config/locales/hash1/en.yml