summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-17 14:30:16 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-17 14:30:16 +0200
commitea5e8bad363a6e490c787b0e5f13bb6defd4c450 (patch)
treeab96ed5f6759886d6e5e1bd456f469ceef4cc7a5 /locale
parent202d04622a5627336029d498bd3e274ac24aef4f (diff)
downloadhurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar
hurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar.bz2
hurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar.zst
add dutch
Diffstat (limited to 'locale')
-rw-r--r--locale/tools/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/tools/src/main.rs b/locale/tools/src/main.rs
index 4fe3c12c..c74416ea 100644
--- a/locale/tools/src/main.rs
+++ b/locale/tools/src/main.rs
@@ -38,6 +38,7 @@ static NATIVE_LANGUAGE_NAMES: &[(&str, &str)] = &[
("en", "English"),
("de", "Deutsch"),
("fr", "Français"),
+ ("nl", "Nederlands"),
("es", "Español"),
("eu", "euskara"),
("ja", "日本語"),