refactor(ui): improve i18n
This commit is contained in:
@@ -4,7 +4,6 @@ import nlsDashboard from "./nls.dashboard.json";
|
||||
import nlsSettings from "./nls.settings.json";
|
||||
import nlsDomain from "./nls.domain.json";
|
||||
import nlsAccess from "./nls.access.json";
|
||||
import nlsHistory from "./nls.history.json";
|
||||
import nlsWorkflow from "./nls.workflow.json";
|
||||
import nlsCertificate from "./nls.certificate.json";
|
||||
|
||||
@@ -15,7 +14,6 @@ export default Object.freeze({
|
||||
...nlsSettings,
|
||||
...nlsDomain,
|
||||
...nlsAccess,
|
||||
...nlsHistory,
|
||||
...nlsWorkflow,
|
||||
...nlsCertificate,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user