@inceptionbg/main 2.0.193 → 2.0.194
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/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1722,6 +1722,7 @@ declare const i18nMainLatin: {
|
|
|
1722
1722
|
AddTag: string;
|
|
1723
1723
|
AddTagDesc: string;
|
|
1724
1724
|
Tags: string;
|
|
1725
|
+
Subsystem: string;
|
|
1725
1726
|
};
|
|
1726
1727
|
declare const i18nMainCyrilic: {
|
|
1727
1728
|
ADMIN: string;
|
|
@@ -1960,6 +1961,7 @@ declare const i18nMainCyrilic: {
|
|
|
1960
1961
|
AddTag: string;
|
|
1961
1962
|
AddTagDesc: string;
|
|
1962
1963
|
Tags: string;
|
|
1964
|
+
Subsystem: string;
|
|
1963
1965
|
};
|
|
1964
1966
|
declare const i18nMainME_Latin: {
|
|
1965
1967
|
ADMIN: string;
|