mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
@@ -3,6 +3,7 @@ import sk from '../../../translations/sk.json';
|
||||
import de from '../../../translations/de.json';
|
||||
import fr from '../../../translations/fr.json';
|
||||
import es from '../../../translations/es.json';
|
||||
import zh from '../../../translations/zh.json';
|
||||
|
||||
import MessageFormat, { MessageFunction } from '@messageformat/core';
|
||||
import { getStringSettingsValue } from './settings/settingsTools';
|
||||
@@ -14,6 +15,7 @@ const translations = {
|
||||
de,
|
||||
fr,
|
||||
es,
|
||||
zh,
|
||||
};
|
||||
const supportedLanguages = Object.keys(translations);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user