Skip to content

Commit

Permalink
Moved localization for track control column
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Nov 12, 2024
1 parent 9f11a2d commit 73d993d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 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\TrackListItemControlColumn\de.json" />
<Content Remove="Resources\Localization\TrackListItemControlColumn\en.json" />
<Content Remove="Resources\Localization\TrackSelection\de.json" />
<Content Remove="Resources\Localization\TrackSelection\en.json" />
<Content Remove="Resources\Localization\ValidationMessage\de.json" />
Expand Down Expand Up @@ -92,6 +94,8 @@
<EmbeddedResource Include="Resources\Localization\EditRecordOptions\en.json" />
<EmbeddedResource Include="Resources\Localization\TrackLinkControl\de.json" />
<EmbeddedResource Include="Resources\Localization\TrackLinkControl\en.json" />
<EmbeddedResource Include="Resources\Localization\TrackListItemControlColumn\de.json" />
<EmbeddedResource Include="Resources\Localization\TrackListItemControlColumn\en.json" />
<EmbeddedResource Include="Resources\Localization\TrackList\de.json" />
<EmbeddedResource Include="Resources\Localization\TrackList\en.json" />
<EmbeddedResource Include="Resources\Localization\CultureSelector\de.json" />
Expand Down
6 changes: 0 additions & 6 deletions AudioCuesheetEditor/Resources/Localization/TrackList/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"End": "Ende",
"Length": "Länge",
"Current track is played": "Dieser Track wird aktuell wiedergegeben",
"Edit track tooltip": "Titeldetails in einem Dialog bearbeiten",
"Copy track tooltip": "Kopiere diesen Titel mit allen Werten und füge ihn anschließend zum Cuesheet hinzu.",
"Start playback this track": "Diesen Titel wiedergeben",
"Move track up tooltip": "Diesen Titel eine Position nach oben schieben",
"Delete track tooltip": "Diesen Titel löschen",
"Move track down tooltip": "Diesen Titel eine Position nach unten schieben",
"Position": "Position",
"Abort": "Abbrechen",
"Save changes": "Änderungen speichern",
Expand Down
6 changes: 0 additions & 6 deletions AudioCuesheetEditor/Resources/Localization/TrackList/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"End": "End",
"Length": "Length",
"Current track is played": "Current track is played",
"Edit track tooltip": "Edit track details in a dialog",
"Copy track tooltip": "Copy this track with all values and attach it to the cuesheet.",
"Start playback this track": "Start playing this track",
"Move track up tooltip": "Move this track one position up",
"Delete track tooltip": "Delete this track",
"Move track down tooltip": "Move this track one position down",
"Position": "Position",
"Abort": "Abort",
"Save changes": "Save changes",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"culture": "de",
"translations": {
"Edit track tooltip": "Titeldetails in einem Dialog bearbeiten",
"Copy track tooltip": "Kopiere diesen Titel mit allen Werten und füge ihn anschließend zum Cuesheet hinzu.",
"Start playback this track": "Diesen Titel wiedergeben",
"Move track up tooltip": "Diesen Titel eine Position nach oben schieben",
"Delete track tooltip": "Diesen Titel löschen",
"Move track down tooltip": "Diesen Titel eine Position nach unten schieben"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"culture": "en",
"translations": {
"Edit track tooltip": "Edit track details in a dialog",
"Copy track tooltip": "Copy this track with all values and attach it to the cuesheet.",
"Start playback this track": "Start playing this track",
"Move track up tooltip": "Move this track one position up",
"Delete track tooltip": "Delete this track",
"Move track down tooltip": "Move this track one position down"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ along with Foobar. If not, see
<EditTrackModal @ref="modalTrackEdit" SaveClicked="() => StateHasChanged()" />
@code {
//TODO: Localization
EditTrackModal? modalTrackEdit;
[Parameter, EditorRequired]
Expand Down

0 comments on commit 73d993d

Please sign in to comment.