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
8d8075e8
Unverified
Commit
8d8075e8
authored
Apr 06, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Apr 06, 2024
Browse files
Merge pull request #1447 from sammcj/en-international
feat(i18n): add international English (en-GB) localisation
parents
782cce7c
0a403eb1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
1 deletion
+69
-1
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-GB/translation.json
+64
-0
src/lib/i18n/locales/languages.json
src/lib/i18n/locales/languages.json
+5
-1
No files found.
src/lib/i18n/locales/en-GB/translation.json
0 → 100644
View file @
8d8075e8
{
"analyze"
:
"analyse"
,
"analyzed"
:
"analysed"
,
"analyzes"
:
"analyses"
,
"apologize"
:
"apologise"
,
"apologized"
:
"apologised"
,
"apologizes"
:
"apologises"
,
"apologizing"
:
"apologising"
,
"canceled"
:
"cancelled"
,
"canceling"
:
"cancelling"
,
"capitalize"
:
"capitalise"
,
"capitalized"
:
"capitalised"
,
"capitalizes"
:
"capitalises"
,
"center"
:
"centre"
,
"centered"
:
"centred"
,
"color"
:
"colour"
,
"colorize"
:
"colourise"
,
"customize"
:
"customise"
,
"customizes"
:
"customises"
,
"defense"
:
"defence"
,
"dialog"
:
"dialogue"
,
"emphasize"
:
"emphasise"
,
"emphasized"
:
"emphasised"
,
"emphasizes"
:
"emphasises"
,
"favor"
:
"favour"
,
"favorable"
:
"favourable"
,
"favorite"
:
"favourite"
,
"favoritism"
:
"favouritism"
,
"labor"
:
"labour"
,
"labored"
:
"laboured"
,
"laboring"
:
"labouring"
,
"maximize"
:
"maximise"
,
"maximizes"
:
"maximises"
,
"minimize"
:
"minimise"
,
"minimizes"
:
"minimises"
,
"neighbor"
:
"neighbour"
,
"neighborhood"
:
"neighbourhood"
,
"offense"
:
"offence"
,
"organize"
:
"organise"
,
"organizes"
:
"organises"
,
"personalize"
:
"personalise"
,
"personalizes"
:
"personalises"
,
"program"
:
"programme"
,
"programmed"
:
"programmed"
,
"programs"
:
"programmes"
,
"quantization"
:
"quantisation"
,
"quantize"
:
"quantise"
,
"randomize"
:
"randomise"
,
"randomizes"
:
"randomises"
,
"realize"
:
"realise"
,
"realizes"
:
"realises"
,
"recognize"
:
"recognise"
,
"recognizes"
:
"recognises"
,
"summarize"
:
"summarise"
,
"summarizes"
:
"summarises"
,
"theater"
:
"theatre"
,
"theaters"
:
"theatres"
,
"toward"
:
"towards"
,
"traveled"
:
"travelled"
,
"traveler"
:
"traveller"
,
"traveling"
:
"travelling"
,
"utilize"
:
"utilise"
,
"utilizes"
:
"utilises"
}
src/lib/i18n/locales/languages.json
View file @
8d8075e8
...
...
@@ -15,6 +15,10 @@
"code"
:
"de-DE"
,
"title"
:
"Deutsch"
},
{
"code"
:
"en-GB"
,
"title"
:
"English (GB)"
},
{
"code"
:
"es-ES"
,
"title"
:
"Spanish"
...
...
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