From 567d527a71e1d6e429d59e9b03b2d350e1a424d9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 11 Apr 2019 15:43:13 -0400 Subject: [PATCH] fixes to i18n service --- src/App/Pages/GeneratorPage.xaml | 5 +++++ src/App/Services/MobileI18nService.cs | 22 +++++++++++++++++----- src/App/Utilities/TranslateExtension.cs | 2 +- src/Core/Abstractions/II18nService.cs | 4 ++-- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/App/Pages/GeneratorPage.xaml b/src/App/Pages/GeneratorPage.xaml index 4854abc63..2bb852369 100644 --- a/src/App/Pages/GeneratorPage.xaml +++ b/src/App/Pages/GeneratorPage.xaml @@ -4,6 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Pages.GeneratorPage" xmlns:pages="clr-namespace:Bit.App.Pages" + xmlns:i18n="clr-namespace:Bit.App.Utilities" x:DataType="pages:GeneratorPageViewModel" Title="{Binding PageTitle}"> @@ -16,6 +17,10 @@ Text="Generator!" HorizontalOptions="Center" VerticalOptions="CenterAndExpand" /> +