From 4eb3f008bae646d7bc86af289a3ffb6b782052fe Mon Sep 17 00:00:00 2001 From: Marak Date: Mon, 8 Feb 2021 21:41:45 -0500 Subject: Adds missing `name` require for `ar` locale --- lib/locales/ar/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/locales/ar/index.js b/lib/locales/ar/index.js index 01dad726..ff0a4528 100644 --- a/lib/locales/ar/index.js +++ b/lib/locales/ar/index.js @@ -3,6 +3,7 @@ module["exports"] = ar; ar.title = "Arabic"; ar.separator = " & "; ar.address = require("./address"); +ar.name = require("./name"); ar.phone_number = require("./phone_number"); ar.cell_phone = require("./cell_phone"); ar.commerce = require("./commerce"); -- cgit v1.2.3