@codetectonics/mantle 1.0.0 → 1.0.2
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/bundles/codetectonics-mantle.umd.js +2 -2
- package/bundles/codetectonics-mantle.umd.js.map +1 -1
- package/esm2015/lib/language-packs/en.data.js +2 -2
- package/esm2015/lib/language-packs/ms.data.js +2 -2
- package/esm2015/lib/services/current-user.service.js +1 -1
- package/fesm2015/codetectonics-mantle.js +2 -2
- package/fesm2015/codetectonics-mantle.js.map +1 -1
- package/lib/language-packs/en.data.d.ts +1 -1
- package/lib/language-packs/ms.data.d.ts +1 -1
- package/lib/services/current-user.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -6920,7 +6920,7 @@
|
|
|
6920
6920
|
};
|
|
6921
6921
|
|
|
6922
6922
|
var MANTLE_LANG_EN = {
|
|
6923
|
-
"
|
|
6923
|
+
"mantle": {
|
|
6924
6924
|
"auth": {
|
|
6925
6925
|
"incorrect_password": "Incorrect password.",
|
|
6926
6926
|
"page_access_denied": "You do not have access to this page."
|
|
@@ -6982,7 +6982,7 @@
|
|
|
6982
6982
|
};
|
|
6983
6983
|
|
|
6984
6984
|
var MANTLE_LANG_MS = {
|
|
6985
|
-
"
|
|
6985
|
+
"mantle": {
|
|
6986
6986
|
"auth": {
|
|
6987
6987
|
"incorrect_password": "Kata laluan salah.",
|
|
6988
6988
|
"page_access_denied": "Anda tidak mempunyai akses ke halaman ini."
|