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

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