Skip to content

Commit

Permalink
Made non-existent lang entries fallback to English
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed May 25, 2024
1 parent 23bf642 commit 227ef42
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 24,778 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ add_compile_definitions(API_MICROSOFT_CLIENT_ID="${API_MICROSOFT_CLIENT_ID}")
add_compile_definitions(DISCORD_CLIENT_ID=${DISCORD_CLIENT_ID})

include(CTest)
include(FetchContent)

FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
FetchContent_MakeAvailable(json)

add_subdirectory(lib/json-c)
add_subdirectory(lib/cpr)
Expand Down
Loading

0 comments on commit 227ef42

Please sign in to comment.