mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Simplify format of XML language files to make it easy to integrate in collaborative translation platforms (e.g. Transifex).
This commit is contained in:
@@ -166,7 +166,7 @@ BOOL LoadLanguageFile ()
|
||||
WCHAR wattr[32768];
|
||||
int i, intKey, len;
|
||||
|
||||
char *xmlElements[] = {"control", "string", 0};
|
||||
char *xmlElements[] = {"entry", 0};
|
||||
|
||||
#ifdef TCMOUNT
|
||||
int headers[] = { IDR_COMMON_RSRC_HEADER, IDR_MOUNT_RSRC_HEADER, 0 };
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user