admin-vben/packages/locales/src/helper.ts

9 lines
127 B
TypeScript
Raw Normal View History

/**
* IDE I18
*/
function $t(key: string) {
return key;
}
export { $t };