-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added locale for movies (#1000)
* Added module constructor to both header (defination and the declaration * Reverting the changes as they are directly pushed into main * Added constructor for en-us locale * Implemented en_us for movies * Fixed tests and removed faker submodule * Instantiated google verification in Movie module * Fixed build issues * Fixed comment for the doxygen
- Loading branch information
1 parent
525a755
commit 96e0263
Showing
7 changed files
with
164 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,3 @@ | |
[submodule "externals/fmt"] | ||
path = externals/fmt | ||
url = https://github.com/fmtlib/fmt.git | ||
|
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
Submodule googletest
updated
3 files
+3 −3 | docs/gmock_cook_book.md | |
+1 −1 | googlemock/include/gmock/gmock-matchers.h | |
+3 −3 | googletest/include/gtest/gtest-matchers.h |
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
Oops, something went wrong.