Sha256: 59784a41b5a73e98efe477dd17dce06b3d97ee19dd8ac5d2d778a3da1d34beca
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
# internationalisation example # t0=text({content: lorem }) t1=text({content: lorem }) t=text({content: :lorem, language: :english }) t.content({french: :salut, spanish: :hola, english: :hello, german: :hallo}) t1.content({french: :salut, spanish: :hola, english: :hello, german: :hallo}) t1.y(33) # t0.y(66) t.content.language({english: "hi there !!!"})
Version data entries
2 entries across 2 versions & 1 rubygems