From b8a4092aaa48d00d88765021a82d5f396ba08f0f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Jan 2022 11:04:16 -0500 Subject: Moved to c++20, reports full language name --- libbible.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbible.h') diff --git a/libbible.h b/libbible.h index 82a15ab..f77dc8c 100644 --- a/libbible.h +++ b/libbible.h @@ -64,6 +64,11 @@ namespace libbible { */ std::map> downloadModsAvailable(); + /** + * @return A mapping from language abbreviations to full language names + */ + std::map getLanguageNames(); + /** * Cancel an in-progress download */ -- cgit v1.2.3