This commit is contained in:
zznty
2024-05-30 16:04:19 +07:00
commit 4146027cb7
797 changed files with 116788 additions and 0 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 };