Sha256: 82da3470c3e452a98476b50b4eac0448bfc361daa6bdc96487bf2a601978fd2d
Contents?: true
Size: 215 Bytes
Versions: 7
Compression:
Stored size: 215 Bytes
Contents
Zen::Language::Translation.add do |trans| trans.language = 'nl' trans.name = 'spec' trans.translate do |t| t['name'] = 'Naam' t['age'] = 'Leeftijd' t['parent.sub'] = 'Sub element' end end
Version data entries
7 entries across 7 versions & 1 rubygems