aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/translation.lux
blob: bc95ed1f4b7915417910022c181a41880c7b3bee (plain)
1
2
3
4
5
6
7
8
9
(.module:
  lux
  (lux (data [text]
             (coll (dictionary ["dict" unordered #+ Dict]))))
  [//])

(def: #export defaults
  (Dict Text //.Translation)
  (dict.new text.Hash<Text>))