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:
@@ -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 &);
|
||||
|
||||
Reference in New Issue
Block a user