diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/ar/index.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/locales/ar/index.js b/lib/locales/ar/index.js index 13c9242c..20a3ba96 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 |
