mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
horizontal menu translation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function _t(key, { defaultMessage }) {
|
||||
function _t(key, { defaultMessage } = {}) {
|
||||
return global.TRANSLATION_DATA?.[key] || defaultMessage;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user