Skip to content

Commit

Permalink
added localization for TrackSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Nov 12, 2024
1 parent c3c5635 commit 3f25e68
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AudioCuesheetEditor/AudioCuesheetEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<Content Remove="Resources\Localization\Index\en.json" />
<Content Remove="Resources\Localization\TrackLinkControl\de.json" />
<Content Remove="Resources\Localization\TrackLinkControl\en.json" />
<Content Remove="Resources\Localization\TrackSelection\de.json" />
<Content Remove="Resources\Localization\TrackSelection\en.json" />
<Content Remove="Resources\Localization\ValidationMessage\de.json" />
<Content Remove="Resources\Localization\ValidationMessage\en.json" />
<Content Remove="Resources\Localization\EditImportOptions\de.json" />
Expand Down Expand Up @@ -100,6 +102,8 @@
<EmbeddedResource Include="Resources\Localization\Help\en.json" />
<EmbeddedResource Include="Resources\Localization\Index\en.json" />
<EmbeddedResource Include="Resources\Localization\Index\de.json" />
<EmbeddedResource Include="Resources\Localization\TrackSelection\de.json" />
<EmbeddedResource Include="Resources\Localization\TrackSelection\en.json" />
<EmbeddedResource Include="Resources\Localization\ValidationMessage\de.json" />
<EmbeddedResource Include="Resources\Localization\ValidationMessage\en.json" />
<EmbeddedResource Include="Resources\Localization\EditImportOptions\de.json" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"culture": "de",
"translations": {
"Select this track for multiple track operations": "Diesen Titel in Mehrfachauswahl übernehmen"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"culture": "en",
"translations": {
"Select this track for multiple track operations": "Select this track for multiple track operations"
}
}
2 changes: 0 additions & 2 deletions AudioCuesheetEditor/Shared/TrackList/TrackSelection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ along with Foobar. If not, see
}

@code {
//TODO: Localization
[Parameter, EditorRequired]
public Boolean Visible { get; set; }

Expand Down

0 comments on commit 3f25e68

Please sign in to comment.