From 1b663aad00c8dc1b0a33a945d12e577136cbee47 Mon Sep 17 00:00:00 2001 From: Marak Date: Tue, 2 Feb 2021 13:13:55 -0500 Subject: Add missing require for `hr` locale #1093 --- lib/locales.js | 1 + lib/locales/hr/index.js | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/locales.js b/lib/locales.js index cf2af5dc..7c6853c0 100644 --- a/lib/locales.js +++ b/lib/locales.js @@ -22,6 +22,7 @@ exports['fr'] = require('./locales/fr'); exports['fr_CA'] = require('./locales/fr_CA'); exports['fr_CH'] = require('./locales/fr_CH'); exports['ge'] = require('./locales/ge'); +exports['hr'] = require('./locales/hr'); exports['id_ID'] = require('./locales/id_ID'); exports['it'] = require('./locales/it'); exports['ja'] = require('./locales/ja'); diff --git a/lib/locales/hr/index.js b/lib/locales/hr/index.js index 25000ca2..3aadffb9 100644 --- a/lib/locales/hr/index.js +++ b/lib/locales/hr/index.js @@ -2,9 +2,7 @@ var hr = {}; module['exports'] = hr; hr.title = "Hrvatski"; hr.address = require("./address"); -hr.company = require("./company"); hr.internet = require("./internet"); -hr.lorem = require("./lorem"); hr.name = require("./name"); hr.phone_number = require("./phone_number"); hr.cell_phone = require("./phone_number"); -- cgit v1.2.3