Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localization workflow for breaking changes #162

Merged
merged 1 commit into from
Jan 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/Localization/LocalizationAutomation.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE in the project root for license information. -->
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.5\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props" Condition="Exists('..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.5\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props')" />
<Import Project="..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.13\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props" Condition="Exists('..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.13\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -38,15 +38,15 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.5\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.5\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.13\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.WDG.Localization.Touchdown.Build.Client.1.0.13\build\Microsoft.WDG.Localization.Touchdown.Build.Client.props'))" />
</Target>
<Target Name="CheckForLocalizeBuild">
<Error Condition="!Exists('$(TdBuildClientPath)')" Text="'TdBuildClientPath' not found." />
<Error Condition="'$(TdBuildGitBranchId)' == ''" Text="'TdBuildGitBranchId' property unspecified." />
</Target>
<!-- Run localization build by interacting with the Touchdown Build service -->
<Target Name="LocalizeBuild" DependsOnTargets="CheckForLocalizeBuild">
<Exec Command="set LocRoot=$(LocRoot) &amp; &quot;$(TdBuildClientPath)\TdBuildClient.exe&quot; /c:&quot;$(LocConfigFile)&quot; /o:&quot;$(LocOutput)&quot;" />
<Exec Command="set LocRoot=$(LocRoot) &amp; &quot;$(TdBuildClientPath)\TdBuildClient.exe&quot; /c:&quot;$(LocConfigFile)&quot; /auth:&quot;oAuth&quot; /clientid:&quot;d3dd8113-65b3-4526-bdca-a00a7d1c37ba&quot; /appkey:&quot;fji9zFas7MHb6kdgdy9fbPrLH6MkTebGimuE/7tuWVg=&quot; /o:&quot;$(LocOutput)&quot;" />
</Target>
<!-- Check-in localized resource files resulted from Touchdown build -->
<Target Name="CheckinLocFiles">
Expand Down
2 changes: 1 addition & 1 deletion build/Localization/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Package ES NuGet Gallery" value="http://msftnuget/api/v2/" />
<add key="Package ES NuGet Gallery" value="https://microsoft.pkgs.visualstudio.com/_packaging/MSFTNuget/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources />
<activePackageSource>
Expand Down
6 changes: 4 additions & 2 deletions build/Localization/RunLocWorkflow.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ param(
[switch]$CopyBackOnly
)

$VSDIR=(Get-ItemProperty "HKLM:\software\wow6432node\Microsoft\VisualStudio\SxS\vs7" -Name "15.0").'15.0';
$MSBuildPath=$VSDIR + '\MSBuild\15.0\Bin\MSBuild.exe'
$vswhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"

$rootPath = & $vswhere -Latest -requires Microsoft.Component.MSBuild -property InstallationPath
$MSBuildPath="$rootPath\MSBuild\15.0\Bin\MSBuild.exe"

if (-not (Test-Path $MSBuildPath))
{
Expand Down
2 changes: 1 addition & 1 deletion build/Localization/Settings/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.WDG.Localization.Touchdown.Build.Client" version="1.0.5" targetFramework="net40" />
<package id="Microsoft.WDG.Localization.Touchdown.Build.Client" version="1.0.13" targetFramework="net40" />
</packages>
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/af-ZA/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Terug-knoppie</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Terug</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Meer-knoppie</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/am-ET/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>ተመለስ አዝራር</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>ተመለስ</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>ተጨማሪ አዝራር</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/ar-SA/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>زر الرجوع</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>الخلف</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>زر المزيد</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/az-Latn-AZ/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Geri düyməsi</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Geri</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Daha çox Düyməsi</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/be-BY/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Кнопка «Назад»</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Назад</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Кнопка «Дадаткова»</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/bg-BG/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Бутон „Назад“</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Назад</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Бутон „Още“</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/bn-BD/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>ব্যাক বোতাম</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>ফিরে যান</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>আরো বাটন</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/bs-Latn-BA/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Dugme Nazad</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Nazad</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Dugme "Više"</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/ca-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Botó Enrere</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Enrere</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Botó Més</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/cs-CZ/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Tlačítko Zpět</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Zpět</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Tlačítko Více</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/da-DK/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Tilbage-knap</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Tilbage</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Knappen Mere</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/de-DE/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Schaltfläche „Zurück“</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Zurück</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Schaltfläche „Mehr“</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/el-GR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Κουμπί \"Πίσω\"</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Πίσω</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Κουμπί "Περισσότερα"</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/en-GB/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Back button</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Back</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>More Button</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/es-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Botón Atrás</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Atrás</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Botón más</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/es-MX/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Botón Atrás</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Atrás</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Botón Más</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/et-EE/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Nupp Tagasi</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Tagasi</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Nupp Rohkem</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/eu-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Atzera botoia</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Atzera</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>"Gehiago" Botoia</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/fa-IR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>دکمه «بازگشت»</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>بازگشت</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>دکمه بیشتر</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/fi-FI/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Takaisin-painike</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Edellinen</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Lisää-painike</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/fil-PH/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Button na Bumalik</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Bumalik</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Button na Higit pa</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/fr-CA/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Bouton Précédent</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Retour</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Bouton Plus</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/fr-FR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Bouton Précédent</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Retour</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Bouton Plus</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/gl-ES/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Botón Atrás</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Atrás</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Botón máis</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/he-IL/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>מקש \'הקודם\'</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>הקודם</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>לחצן 'עוד'</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/hi-IN/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>वापस बटन</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>वापस</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>अधिक बटन</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/hr-HR/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Gumb Natrag</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Natrag</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Gumb Više</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/hu-HU/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Vissza gomb</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Vissza</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Egyebek gomb</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/id-ID/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Tombol Kembali</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Kembali</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Tombol Lainnya</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/is-IS/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Hnappurinn „Til baka“</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Til baka</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Hnappurinn „Meira“</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
4 changes: 4 additions & 0 deletions dev/NavigationView/Strings/it-IT/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<value>Pulsante Indietro</value>
<comment>Automation name for the nav view provided back button</comment>
</data>
<data name="NavigationBackButtonToolTip" xml:space="preserve">
<value>Indietro</value>
<comment>ToolTip caption for the back button</comment>
</data>
<data name="NavigationOverflowButtonName" xml:space="preserve">
<value>Pulsante Altro</value>
<comment>Automation name for the nav view more button when panel is on top</comment>
Expand Down
Loading