Commit 9a6a2bae authored by Neosoulink's avatar Neosoulink
Browse files

feat: french lang support | merchant-tablet-ionic

parent 6f642057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ export class AppComponent {
				this.translate.use(this.defaultLanguage);
			} else {
				this.translate.use(
					browserLang.match(/en-US|bg-BG|he-IL|ru-RU|es-ES/)
					browserLang.match(/en-US|bg-BG|he-IL|ru-RU|es-ES|fr-FR/)
						? browserLang
						: 'en-US'
				);