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