From 1dd5f9fc274e301658a836135da8ebb3718fed50 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 18 Apr 2019 12:34:53 -0400 Subject: [PATCH] fix multiple i18n inits --- src/App/App.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index 18af7b7b8..cf8020f6b 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -62,7 +62,6 @@ namespace Bit.App private void SetCulture() { - _i18nService.Init(); // Calendars are removed by linker. ref https://bugzilla.xamarin.com/show_bug.cgi?id=59077 new System.Globalization.ThaiBuddhistCalendar(); new System.Globalization.HijriCalendar();