Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,737 changes: 1,737 additions & 0 deletions Translations/Language.va.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Main/Forms/PreferencesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ namespace VeraCrypt
{"tr", L"Türkçe"},
{"uk", L"Українська"},
{"uz", L"Ўзбекча"},
{"va", L"Valencià"},
{"vi", L"Tiếng Việt"},
{"zh-cn", L"简体中文"},
{"zh-hk", L"繁體中文(香港)"},
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Portable.rc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ IDR_LANG_TH LANGUAGES "..\\..\\Translations\\Language.
IDR_LANG_TR LANGUAGES "..\\..\\Translations\\Language.tr.xml"
IDR_LANG_UK LANGUAGES "..\\..\\Translations\\Language.uk.xml"
IDR_LANG_UZ LANGUAGES "..\\..\\Translations\\Language.uz.xml"
IDR_LANG_VA LANGUAGES "..\\..\\Translations\\Language.va.xml"
IDR_LANG_ZHTW LANGUAGES "..\\..\\Translations\\Language.zh-tw.xml"

/////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#define IDR_LANG_UZ 58
#define IDR_LANG_ZHTW 59
#define IDR_LANG_NB 60
#define IDR_LANG_VA 61
#define IDD_INSTALL 101
#define IDD_INSTALL_OPTIONS_PAGE_DLG 102
#define IDD_UNINSTALL 103
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2676,6 +2676,7 @@ static tLanguageEntry g_languagesEntries[] = {
{L"Türkçe", IDR_LANG_TR, LANG_TURKISH, "tr", NULL},
{L"Українська", IDR_LANG_UK, LANG_UKRAINIAN, "uk", NULL},
{L"Ўзбекча", IDR_LANG_UZ, LANG_UZBEK, "uz", NULL},
{L"Valencià", IDR_LANG_VA, LANG_CATALAN, "va", NULL},
{L"Tiếng Việt", IDR_LANG_VI, LANG_VIETNAMESE, "vi", NULL},
{L"简体中文", IDR_LANG_ZHCN, LANG_CHINESE, "zh-cn", L"zh-CN"},
{L"繁體中文(香港)", IDR_LANG_ZHHK, LANG_CHINESE, "zh-hk", L"zh-HK"},
Expand Down
1 change: 1 addition & 0 deletions src/Setup/Setup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ IDR_LANG_TH LANGUAGES "..\\..\\Translations\\Language.
IDR_LANG_TR LANGUAGES "..\\..\\Translations\\Language.tr.xml"
IDR_LANG_UK LANGUAGES "..\\..\\Translations\\Language.uk.xml"
IDR_LANG_UZ LANGUAGES "..\\..\\Translations\\Language.uz.xml"
IDR_LANG_VA LANGUAGES "..\\..\\Translations\\Language.va.xml"
IDR_LANG_ZHTW LANGUAGES "..\\..\\Translations\\Language.zh-tw.xml"

/////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/SetupDLL/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#define IDR_LANG_UZ 58
#define IDR_LANG_ZHTW 59
#define IDR_LANG_NB 60
#define IDR_LANG_VA 61
#define IDD_INSTALL 101
#define IDD_INSTALL_OPTIONS_PAGE_DLG 102
#define IDD_UNINSTALL 103
Expand Down
1 change: 1 addition & 0 deletions src/SetupDLL/Setup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ IDR_LANG_TH LANGUAGES "..\\..\\Translations\\Language.
IDR_LANG_TR LANGUAGES "..\\..\\Translations\\Language.tr.xml"
IDR_LANG_UK LANGUAGES "..\\..\\Translations\\Language.uk.xml"
IDR_LANG_UZ LANGUAGES "..\\..\\Translations\\Language.uz.xml"
IDR_LANG_VA LANGUAGES "..\\..\\Translations\\Language.va.xml"
IDR_LANG_ZHTW LANGUAGES "..\\..\\Translations\\Language.zh-tw.xml"

/////////////////////////////////////////////////////////////////////////////
Expand Down