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