aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/locale/language.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/locale/language.lux')
-rw-r--r--stdlib/source/library/lux/world/locale/language.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/world/locale/language.lux b/stdlib/source/library/lux/world/locale/language.lux
index 31fa44455..ef62ab9a5 100644
--- a/stdlib/source/library/lux/world/locale/language.lux
+++ b/stdlib/source/library/lux/world/locale/language.lux
@@ -10,10 +10,10 @@
[macro
["[0]" template]]
[type
- ["[0]" primitive (.except def #name)]]]]])
+ ["[0]" nominal (.except def #name)]]]]])
... https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
-(primitive.def .public Language
+(nominal.def .public Language
(Record
[#name Text
#code Text])