smartloc 2.0.4 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/default-locale.d.ts +1 -1
- package/core/interfaces.d.ts +1 -0
- package/core/locale.d.ts +1 -1
- package/node/load.js +1 -1
- package/node/load.js.map +1 -1
- package/package.json +1 -1
package/core/default-locale.d.ts
CHANGED
package/core/interfaces.d.ts
CHANGED
package/core/locale.d.ts
CHANGED
package/node/load.js
CHANGED
|
@@ -9,7 +9,7 @@ const path_1 = __importDefault(require("path"));
|
|
|
9
9
|
const fs_extra_1 = __importDefault(require("fs-extra"));
|
|
10
10
|
const adapters_1 = require("../adapters");
|
|
11
11
|
const locale_list_1 = require("../core/locale-list");
|
|
12
|
-
const load_1 = require("
|
|
12
|
+
const load_1 = require("../core/load");
|
|
13
13
|
/**
|
|
14
14
|
* Loads all locales generated from CLI
|
|
15
15
|
* @param dirPath The file directory where to look for translation
|
package/node/load.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"load.js","sourceRoot":"","sources":["../../src/node/load.ts"],"names":[],"mappings":";;;;;AAWA,wCAIC;AAQD,gCAQC;AA/BD,gDAAwB;AACxB,wDAA0B;AAC1B,0CAA6C;AAC7C,qDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"load.js","sourceRoot":"","sources":["../../src/node/load.ts"],"names":[],"mappings":";;;;;AAWA,wCAIC;AAQD,gCAQC;AA/BD,gDAAwB;AACxB,wDAA0B;AAC1B,0CAA6C;AAC7C,qDAAgD;AAChD,uCAA6C;AAE7C;;;;GAIG;AACI,KAAK,UAAU,cAAc,CAAC,OAAe,EAAE,KAAe;IACjE,KAAK,MAAM,CAAC,IAAI,MAAM,kBAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;QACxC,MAAM,UAAU,CAAC,cAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC;IACnD,CAAC;AACL,CAAC;AAGD;;;;GAIG;AACI,KAAK,UAAU,UAAU,CAAC,QAAgB,EAAE,KAAe;IAC9D,MAAM,MAAM,GAAG,MAAM,IAAA,yBAAc,EAAC,QAAQ,CAAC,CAAC;IAC9C,IAAI,CAAC,MAAM,EAAE,CAAC;QACV,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,MAAM,WAAW,GAAG,IAAA,oBAAa,EAAC,MAAM,CAAC,CAAC;IAC1C,IAAA,uBAAS,EAAC,MAAM,CAAC,cAAc,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;IACrD,OAAO,IAAI,CAAC;AAChB,CAAC"}
|