aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/translation.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/extension/translation.lux')
-rw-r--r--new-luxc/source/luxc/lang/extension/translation.lux9
1 files changed, 0 insertions, 9 deletions
diff --git a/new-luxc/source/luxc/lang/extension/translation.lux b/new-luxc/source/luxc/lang/extension/translation.lux
deleted file mode 100644
index bc95ed1f4..000000000
--- a/new-luxc/source/luxc/lang/extension/translation.lux
+++ /dev/null
@@ -1,9 +0,0 @@
-(.module:
- lux
- (lux (data [text]
- (coll (dictionary ["dict" unordered #+ Dict]))))
- [//])
-
-(def: #export defaults
- (Dict Text //.Translation)
- (dict.new text.Hash<Text>))