forked from open-webui/open-webui
		
	Merge pull request #1447 from sammcj/en-international
feat(i18n): add international English (en-GB) localisation
This commit is contained in:
		
						commit
						8d8075e81f
					
				
					 2 changed files with 69 additions and 1 deletions
				
			
		
							
								
								
									
										64
									
								
								src/lib/i18n/locales/en-GB/translation.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								src/lib/i18n/locales/en-GB/translation.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,64 @@ | |||
| { | ||||
| 	"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" | ||||
| } | ||||
|  | @ -15,6 +15,10 @@ | |||
| 		"code": "de-DE", | ||||
| 		"title": "Deutsch" | ||||
| 	}, | ||||
| 	{ | ||||
| 		"code": "en-GB", | ||||
| 		"title": "English (GB)" | ||||
| 	}, | ||||
| 	{ | ||||
| 		"code": "es-ES", | ||||
| 		"title": "Spanish" | ||||
|  | @ -79,4 +83,4 @@ | |||
| 		"code": "zh-TW", | ||||
| 		"title": "Chinese (Traditional)" | ||||
| 	} | ||||
| ] | ||||
| ] | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek