Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
85187deb
Commit
85187deb
authored
Mar 23, 2024
by
Timothy J. Baek
Browse files
fix: languages order
parent
3305ac59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/lib/i18n/locales/languages.json
src/lib/i18n/locales/languages.json
+13
-13
No files found.
src/lib/i18n/locales/languages.json
View file @
85187deb
...
@@ -32,17 +32,21 @@
...
@@ -32,17 +32,21 @@
"title"
:
"French (France)"
"title"
:
"French (France)"
},
},
{
{
"code"
:
"it-IT"
,
"code"
:
"it-IT"
,
"title"
:
"Italian"
"title"
:
"Italian"
},
},
{
"code"
:
"ja-JP"
,
"title"
:
"Japanese"
},
{
{
"code"
:
"
ja-JP
"
,
"code"
:
"
nl-NL
"
,
"title"
:
"
Japanese
"
"title"
:
"
Dutch (Netherlands)
"
},
},
{
{
"code"
:
"pt-PT"
,
"code"
:
"pt-PT"
,
"title"
:
"Portuguese (Portugal)"
"title"
:
"Portuguese (Portugal)"
},
},
{
{
"code"
:
"ru-RU"
,
"code"
:
"ru-RU"
,
"title"
:
"Russian (Russia)"
"title"
:
"Russian (Russia)"
...
@@ -62,9 +66,5 @@
...
@@ -62,9 +66,5 @@
{
{
"code"
:
"zh-TW"
,
"code"
:
"zh-TW"
,
"title"
:
"Chinese (Traditional)"
"title"
:
"Chinese (Traditional)"
},
{
"code"
:
"nl-NL"
,
"title"
:
"Dutch (Netherlands)"
}
}
]
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment