diff --git a/PowerEditor/installer/APIs/cpp.xml b/PowerEditor/installer/APIs/cpp.xml
index 4b50a0e1d..1c5e9bf81 100644
--- a/PowerEditor/installer/APIs/cpp.xml
+++ b/PowerEditor/installer/APIs/cpp.xml
@@ -554,8 +554,8 @@
-
+
diff --git a/PowerEditor/installer/nativeLang/bengali.xml b/PowerEditor/installer/nativeLang/bengali.xml
index 5ca2fa669..f79d3adb3 100644
--- a/PowerEditor/installer/nativeLang/bengali.xml
+++ b/PowerEditor/installer/nativeLang/bengali.xml
@@ -1,4 +1,4 @@
-
+
@@ -358,7 +357,7 @@
-
+
@@ -381,8 +380,8 @@
-
-
+
+
@@ -394,8 +393,8 @@
-
-
+
+
@@ -420,14 +419,14 @@
-
-
+
+
-
+
@@ -465,14 +464,14 @@
-
-
+
+
-
+
@@ -520,7 +519,7 @@
-
+
@@ -538,45 +537,45 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
@@ -584,21 +583,21 @@
-
-
-
-
+
+
+
+
-
+
-
-
-
+
+
+
@@ -606,32 +605,33 @@
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
+
@@ -644,7 +644,7 @@
-
+
@@ -661,11 +661,11 @@
-
-
-
+
+
+
-
+
@@ -701,7 +701,7 @@
-
+
@@ -713,11 +713,11 @@
-
-
-
+
+
+
-
+
@@ -726,15 +726,15 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
@@ -744,20 +744,20 @@
-
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
@@ -772,9 +772,9 @@
-
-
-
+
+
+
@@ -792,12 +792,12 @@
-
+
-
+
@@ -824,24 +824,24 @@
-
+
-
+
-
+
-
+
diff --git a/PowerEditor/installer/nativeLang/slovakA.xml b/PowerEditor/installer/nativeLang/slovakA.xml
deleted file mode 100644
index 3b6e9b279..000000000
--- a/PowerEditor/installer/nativeLang/slovakA.xml
+++ /dev/null
@@ -1,510 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/PowerEditor/installer/nativeLang/spanish.xml b/PowerEditor/installer/nativeLang/spanish.xml
index 7934284a7..06f62fd2e 100644
--- a/PowerEditor/installer/nativeLang/spanish.xml
+++ b/PowerEditor/installer/nativeLang/spanish.xml
@@ -21,11 +21,11 @@
-
+
-
+
@@ -46,7 +46,7 @@
-
+
@@ -54,7 +54,7 @@
-
+
@@ -124,7 +124,7 @@
-
+
@@ -234,7 +234,7 @@
-
+
@@ -305,7 +305,7 @@
-
+
@@ -343,7 +343,7 @@
-
+
@@ -468,7 +468,7 @@
-
+
@@ -650,10 +650,10 @@
-
+
-
+
@@ -733,8 +733,8 @@
-
-
+
+
diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi
index 1a4203b00..a0cef7bb6 100644
--- a/PowerEditor/installer/nppSetup.nsi
+++ b/PowerEditor/installer/nppSetup.nsi
@@ -1031,6 +1031,9 @@ SectionGroup "Localization" localization
Section /o "Vietnamese" vietnamese
CopyFiles "$TEMP\nppLocalization\vietnamese.xml" "$INSTDIR\localization\vietnamese.xml"
SectionEnd
+ Section /o "Marathi" marathi
+ CopyFiles "$TEMP\nppLocalization\marathi.xml" "$INSTDIR\localization\marathi.xml"
+ SectionEnd
SectionGroupEnd
SectionGroup "Themes" Themes
@@ -1736,6 +1739,9 @@ SectionGroup un.localization
Section un.vietnamese
Delete "$INSTDIR\localization\vietnamese.xml"
SectionEnd
+ Section un.marathi
+ Delete "$INSTDIR\localization\marathi.xml"
+ SectionEnd
SectionGroupEnd
diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc
index 79a9f0070..ab0f1ff87 100644
--- a/PowerEditor/src/WinControls/Preference/preference.rc
+++ b/PowerEditor/src/WinControls/Preference/preference.rc
@@ -312,7 +312,7 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,91,15,150,10
CONTROL "Function completion",IDD_AUTOC_FUNCRADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,118,27,145,10
CONTROL "Word completion",IDD_AUTOC_WORDRADIO,"Button",BS_AUTORADIOBUTTON,118,41,145,10
- CONTROL "Function and Word completion",IDD_AUTOC_BOTHRADIO,"Button",BS_AUTORADIOBUTTON,118,55,145,10
+ CONTROL "Function and word completion",IDD_AUTOC_BOTHRADIO,"Button",BS_AUTORADIOBUTTON,118,55,145,10
RTEXT "From",IDD_AUTOC_STATIC_FROM,248,15,47,8
CTEXT "1",IDD_AUTOC_STATIC_N,299,15,8,8,WS_TABSTOP
LTEXT "th character",IDD_AUTOC_STATIC_CHAR,313,15,57,8
diff --git a/PowerEditor/src/localizationString.h b/PowerEditor/src/localizationString.h
index 0e13eba8c..490887a64 100644
Binary files a/PowerEditor/src/localizationString.h and b/PowerEditor/src/localizationString.h differ