[Client] Fix #3227
This commit is contained in:
		| @@ -138,6 +138,7 @@ import { | |||||||
| 	faTwitter as fabTwitter, | 	faTwitter as fabTwitter, | ||||||
| 	faGithub as fabGithub, | 	faGithub as fabGithub, | ||||||
| } from '@fortawesome/free-brands-svg-icons'; | } from '@fortawesome/free-brands-svg-icons'; | ||||||
|  | import i18n from './i18n'; | ||||||
|  |  | ||||||
| library.add( | library.add( | ||||||
| 	faRetweet, | 	faRetweet, | ||||||
| @@ -403,13 +404,7 @@ export default (callback: (launch: (router: VueRouter) => [Vue, MiOS]) => void, | |||||||
| 			}, { passive: true }); | 			}, { passive: true }); | ||||||
|  |  | ||||||
| 			const app = new Vue({ | 			const app = new Vue({ | ||||||
| 				i18n: new VueI18n({ | 				i18n: i18n(), | ||||||
| 					sync: false, |  | ||||||
| 					locale: lang, |  | ||||||
| 					messages: { |  | ||||||
| 						[lang]: {} |  | ||||||
| 					} |  | ||||||
| 				}), |  | ||||||
| 				store: os.store, | 				store: os.store, | ||||||
| 				data() { | 				data() { | ||||||
| 					return { | 					return { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo