diff options
author | Your Name <you@example.com> | 2022-01-22 11:04:16 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-01-22 11:04:16 -0500 |
commit | b8a4092aaa48d00d88765021a82d5f396ba08f0f (patch) | |
tree | c83c6316669dee1ea12a14b32b08f4ac1b6b712e /libbible.h | |
parent | 350a11b05c6496b3628dd18704b9f7e0b3f29403 (diff) | |
download | libbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.tar.gz libbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.tar.bz2 libbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.zip |
Moved to c++20, reports full language name
Diffstat (limited to 'libbible.h')
-rw-r--r-- | libbible.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ namespace libbible { std::map<std::string, std::vector<std::string>> downloadModsAvailable(); /** + * @return A mapping from language abbreviations to full language names + */ + std::map<std::string, std::string> getLanguageNames(); + + /** * Cancel an in-progress download */ void terminateDownload(void); |