Spaces:
Runtime error
Runtime error
File size: 284 Bytes
7d73cf2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/*!
* devtools-if v9.3.0-beta.17
* (c) 2023 kazuya kawaguchi
* Released under the MIT License.
*/
'use strict';
const IntlifyDevToolsHooks = {
I18nInit: 'i18n:init',
FunctionTranslate: 'function:translate'
};
exports.IntlifyDevToolsHooks = IntlifyDevToolsHooks;
|