diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-17 14:30:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-17 14:30:16 +0200 |
commit | ea5e8bad363a6e490c787b0e5f13bb6defd4c450 (patch) | |
tree | ab96ed5f6759886d6e5e1bd456f469ceef4cc7a5 /locale/tools/src/main.rs | |
parent | 202d04622a5627336029d498bd3e274ac24aef4f (diff) | |
download | hurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar hurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar.bz2 hurrycurry-ea5e8bad363a6e490c787b0e5f13bb6defd4c450.tar.zst |
add dutch
Diffstat (limited to 'locale/tools/src/main.rs')
-rw-r--r-- | locale/tools/src/main.rs | 1 |
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", "日本語"), |