diff options
author | thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> | 2021-02-21 11:18:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 10:18:43 +0100 |
commit | 13a1b3482c7a19b24499c2458b13c631cf2a2309 (patch) | |
tree | c02a2f14a8336f8bd794ce0e740c2818c3dd83cb /src | |
parent | 874d29390f6db64b045b7952cc0331e40f25d325 (diff) | |
download | VeraCrypt-13a1b3482c7a19b24499c2458b13c631cf2a2309.tar.gz VeraCrypt-13a1b3482c7a19b24499c2458b13c631cf2a2309.zip |
Hebrew translation (#725)
* Added Translations/Language.he.xml
* translate
* changes
* changes
* changes
* changes
* changes
* changes
* changes
* fixed RTL points
* changes
* Removed hebrew string vowels
* changes
* Changed Makefile path
* changes
* changes
* fixed strings with variables
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index a8222727..86871c8b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -56,8 +56,7 @@ export WX_CONFIG_ARGS := --unicode WX_CONFIGURE_FLAGS := export WXCONFIG_CFLAGS := export WXCONFIG_CXXFLAGS := -WX_ROOT ?= .. - +WX_ROOT ?= $(BASE_DIR)/wxWidgets export TC_BUILD_CONFIG := Release |