diff options
| author | Lucas Jellema <[email protected]> | 2020-09-17 21:32:12 +0200 |
|---|---|---|
| committer | Lucas Jellema <[email protected]> | 2020-09-17 21:32:12 +0200 |
| commit | f6ef21343d67a97b80a99e8fe4cde6f958a780dd (patch) | |
| tree | 3036b948b07bb92ce2f57b6c9d3341b55826f966 /lib | |
| parent | 5b5e3ce60a9e16f18606c737d1148ef3025b3c28 (diff) | |
| download | faker-f6ef21343d67a97b80a99e8fe4cde6f958a780dd.tar.xz faker-f6ef21343d67a97b80a99e8fe4cde6f958a780dd.zip | |
Adding hacker namespace to NL locale
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/nl/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locales/nl/index.js b/lib/locales/nl/index.js index 706d2ee3..59a7819e 100644 --- a/lib/locales/nl/index.js +++ b/lib/locales/nl/index.js @@ -4,6 +4,7 @@ nl.title = "Dutch"; nl.address = require("./address"); nl.commerce = require("./commerce"); nl.company = require("./company"); +nl.hacker = require("./hacker"); nl.internet = require("./internet"); nl.lorem = require("./lorem"); nl.name = require("./name"); |
