mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 18:46:00 +00:00
spanish translation
This commit is contained in:
@@ -2,6 +2,7 @@ import cs from '../../../translations/cs.json';
|
||||
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 MessageFormat, { MessageFunction } from '@messageformat/core';
|
||||
import { getStringSettingsValue } from './settings/settingsTools';
|
||||
@@ -12,6 +13,7 @@ const translations = {
|
||||
sk,
|
||||
de,
|
||||
fr,
|
||||
es,
|
||||
};
|
||||
const supportedLanguages = Object.keys(translations);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user