-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added localization for music-module (#1008)
* Added module constructor to both header (defination and the declaration * Reverting the changes as they are directly pushed into main * -- Added localization for the music module -- Updated the music_data header files -- Updated the global header file for music module -- Update the unit test cases to incorporate parameters -- Used clang-format to format files according to style guidelines * -- Fixed the formatting for movie.cpp * -- Added doxygen comments to music.h for the newly added parameters.
- Loading branch information
1 parent
d5f5f31
commit dbed564
Showing
5 changed files
with
78 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1317,4 +1317,5 @@ const MovieDefinition enUSmoviesDefinitions = { | |
.movies = enUSmovies, | ||
.tvShows = enUStvShows, | ||
}; | ||
|
||
} |
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