Skip to content

Commit

Permalink
Add italian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Dec 17, 2024
1 parent b92251d commit 4082de4
Show file tree
Hide file tree
Showing 8 changed files with 878 additions and 11 deletions.
3 changes: 3 additions & 0 deletions LiftLog.Maui/LiftLog.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<!-- Enums not handled exhaustively with numbers -->
<NoWarn>CS8524</NoWarn>

<NeutralLanguage>en-AU</NeutralLanguage>


<!-- Display name -->
<ApplicationTitle>LiftLog</ApplicationTitle>

Expand Down
1 change: 1 addition & 0 deletions LiftLog.Ui/LiftLog.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<CoreCompileDependsOn>PrepareResources;$(CompileDependsOn)</CoreCompileDependsOn>

<TypealizR_UseParamNamesInMethodNames>false</TypealizR_UseParamNamesInMethodNames>
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>

</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Ui/Pages/Settings/BackupAndRestorePage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span slot="headline">@UiStrings.PlaintextExport</span>
<span slot="supporting-text">@UiStrings.PlaintextExportSubtitle</span>
</md-list-item>
<ListSwitch Headline="Backup reminders" SupportingText="Periodically suggest a backup when you have not backed up in a while" Value="@SettingsState.Value.BackupReminder" OnSwitched="SetBackupReminder" />
<ListSwitch Headline="@UiStrings.BackupReminders" SupportingText="@UiStrings.BackupRemindersSubtitle" Value="@SettingsState.Value.BackupReminder" OnSwitched="SetBackupReminder" />
</md-list>


Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Ui/Shared/Presentation/EmptyInfo.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="flex flex-col justify-center items-center h-full gap-4 text-on-surface @(AdditionalAttributes?.GetValueOrDefault("class")) " @attributes="AdditionalAttributes" >
<div @attributes="AdditionalAttributes" class="flex flex-col justify-center items-center h-full gap-4 text-on-surface @(AdditionalAttributes?.GetValueOrDefault("class")) " >
<md-icon>@Icon</md-icon>
<span>
@ChildContent
Expand Down
Loading

0 comments on commit 4082de4

Please sign in to comment.