@ailaw/venus 1.37.0 → 1.40.0
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/dist/en.js +2 -1
- package/dist/ro.js +1527 -0
- package/dist/ro2.js +2717 -0
- package/dist/ro3.js +926 -0
- package/dist/venus.es.js +6 -0
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -840,6 +840,12 @@ function __variableDynamicImportRuntime0__(path2) {
|
|
|
840
840
|
return import("./pt2.js");
|
|
841
841
|
case "../languages/pt3.ts":
|
|
842
842
|
return import("./pt3.js");
|
|
843
|
+
case "../languages/ro.ts":
|
|
844
|
+
return import("./ro.js");
|
|
845
|
+
case "../languages/ro2.ts":
|
|
846
|
+
return import("./ro2.js");
|
|
847
|
+
case "../languages/ro3.ts":
|
|
848
|
+
return import("./ro3.js");
|
|
843
849
|
case "../languages/ru.ts":
|
|
844
850
|
return import("./ru.js");
|
|
845
851
|
case "../languages/ru2.ts":
|