mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
fix: use simple languagnes names
This commit is contained in:
@@ -130,8 +130,8 @@ ORDER BY
|
||||
name="localization.language"
|
||||
isNative
|
||||
options={[
|
||||
{ value: 'en-US', label: 'English' },
|
||||
{ value: 'cs-CZ', label: 'Czech' },
|
||||
{ value: 'en', label: 'English' },
|
||||
{ value: 'cs', label: 'Czech' },
|
||||
]}
|
||||
on:change={() => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user