From afb8a7f2ac662ce742e18668d6537f0d42cba6e2 Mon Sep 17 00:00:00 2001 From: Marak Date: Mon, 24 Sep 2018 10:52:01 -0400 Subject: [PATCH] [fix] Copy paste error in `ar` local #505 --- lib/locales/ar/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/locales/ar/index.js b/lib/locales/ar/index.js index 13c9242c4..20a3ba961 100644 --- a/lib/locales/ar/index.js +++ b/lib/locales/ar/index.js @@ -1,8 +1,8 @@ -var en = {}; -module['exports'] = en; -en.title = "English"; -en.separator = " & "; -en.address = require("./address"); -en.phone_number = require("./phone_number"); -en.cell_phone = require("./cell_phone"); -en.commerce = require("./commerce"); \ No newline at end of file +var ar = {}; +module['exports'] = ar; +ar.title = "Arabic"; +ar.separator = " & "; +ar.address = require("./address"); +ar.phone_number = require("./phone_number"); +ar.cell_phone = require("./cell_phone"); +ar.commerce = require("./commerce"); \ No newline at end of file