diff options
5 files changed, 40 insertions, 5 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index 6b363b58e3..3d46d9d9d5 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -125,4 +125,3 @@ AskAboutIgnoredPlugins=0 ; If skipped, loads the first file that matches the langpack_*.txt mask
; DefaultLanguage=langpack_german.txt
DefaultLanguage=
-
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini index c723854eaf..658167a089 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini index 0bdb18e8f6..0252d0556b 100644 --- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini index c723854eaf..658167a089 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_default.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
diff --git a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini index 0bdb18e8f6..0252d0556b 100644 --- a/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini +++ b/tools/installer_ng_stable/Common/Files/Settings/mirandaboot_portable.ini @@ -115,4 +115,13 @@ RenamePrefix=imported_ [PluginLoader]
; if enabled, will ask the user if they want to re-enable a disabled plugin
-AskAboutIgnoredPlugins=0
\ No newline at end of file +AskAboutIgnoredPlugins=0
+
+; language related settings
+[Language]
+
+; DefaultLanguage
+; Stores the name of the default language pack to be loaded at startup
+; If skipped, loads the first file that matches the langpack_*.txt mask
+; DefaultLanguage=langpack_german.txt
+DefaultLanguage=
|