From f2d55678da4c1cdd65dde647a9768d007733b002 Mon Sep 17 00:00:00 2001 From: Lucas Jellema Date: Thu, 17 Sep 2020 21:31:06 +0200 Subject: EU domain suffix in NL locale --- lib/locales/nl/internet/domain_suffix.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/locales/nl/internet/domain_suffix.js b/lib/locales/nl/internet/domain_suffix.js index affb7f4a..64405270 100644 --- a/lib/locales/nl/internet/domain_suffix.js +++ b/lib/locales/nl/internet/domain_suffix.js @@ -2,5 +2,6 @@ module["exports"] = [ "nl", "com", "net", - "org" + "org", + "eu" ]; -- cgit v1.2.3