-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge branch 'hugo/feature/Update-Melody-with-localization'
- Loading branch information
Showing
8 changed files
with
110 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
Modules/GameEngineKit/Sources/_NewSystem/Exercises/Specialized/Melody/MelodyView+l10n.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Leka - iOS Monorepo | ||
// Copyright APF France handicap | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
import LocalizationKit | ||
|
||
// swiftlint:disable line_length | ||
|
||
extension l10n { | ||
enum MelodyView { | ||
static let musicSelectionTitle = LocalizedString("lekaapp.melody_view.song_selector_title", value: "Music selection", comment: "MelodyView music selection title") | ||
|
||
static let playButtonLabel = LocalizedString("lekaapp.melody_view.play_button_label", value: "Play", comment: "MelodyView play button label") | ||
|
||
static let partialKeyboardLabel = LocalizedString("lekaapp.melody_view.keyboard_partial", value: "Partial keyboard", comment: "MelodyView partial keyboard label") | ||
|
||
static let fullKeyboardLabel = LocalizedString("lekaapp.melody_view.keyboard_full", value: "Full keyboard", comment: "MelodyView keyboard full keyboard label") | ||
} | ||
} | ||
|
||
// swiftlint:enable line_length |
Oops, something went wrong.