mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
spanish translation
This commit is contained in:
@@ -155,6 +155,7 @@ ORDER BY
|
||||
{ value: 'sk', label: 'Slovenčina' },
|
||||
{ value: 'de', label: 'Deutsch' },
|
||||
{ value: 'fr', label: 'Français' },
|
||||
{ value: 'es', label: 'Español' },
|
||||
]}
|
||||
on:change={() => {
|
||||
showModal(ConfirmModal, {
|
||||
|
||||
@@ -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