This commit is contained in:
zznty
2024-06-02 21:49:11 +07:00
parent 4146027cb7
commit 529fe260da
585 changed files with 1685 additions and 1214 deletions

View File

@@ -0,0 +1,11 @@
/*!
* devtools-if v9.2.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/
const IntlifyDevToolsHooks = {
I18nInit: 'i18n:init',
FunctionTranslate: 'function:translate'
};
export { IntlifyDevToolsHooks };