feat(other): The menu supports jumping to external links and fixing some known problems
This commit is contained in:
8
packages/locales/src/helper.ts
Normal file
8
packages/locales/src/helper.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 没有任何实际作用,只用于 IDE 对I18的提示
|
||||
*/
|
||||
function $t(key: string) {
|
||||
return key;
|
||||
}
|
||||
|
||||
export { $t };
|
||||
Reference in New Issue
Block a user