1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Linux: Update local documentation logic to the new organization of folders under "docs/html"

This commit is contained in:
Mounir IDRASSI
2025-05-12 16:23:49 +09:00
parent acac37b5b7
commit 5ae263e6e6
5 changed files with 62 additions and 8 deletions
+2
View File
@@ -28,10 +28,12 @@ namespace VeraCrypt
bool Exists (const string &key) const { return Map.find (key) != Map.end(); }
wstring Get (const string &key) const;
string GetPreferredLang () const { return PreferredLang; }
void Init ();
protected:
map <string, wstring> Map;
string PreferredLang;
private:
LanguageStrings (const LanguageStrings &);