aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/locale/language.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/locale/language.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/locale/language.lux b/stdlib/source/lux/locale/language.lux
index 57857fcc3..1cfa9dd82 100644
--- a/stdlib/source/lux/locale/language.lux
+++ b/stdlib/source/lux/locale/language.lux
@@ -20,9 +20,9 @@
(-> Language Text)
(|>> :representation))
- (do-template [<code> <name> <alias>+]
+ (template [<code> <name> <alias>+]
[(def: #export <name> Language (:abstraction <code>))
- (`` (do-template [<alias>]
+ (`` (template [<alias>]
[(def: #export <alias> Language <name>)]
(~~ (template.splice <alias>+))))]