diff options
Diffstat (limited to 'tools')
4 files changed, 40 insertions, 4 deletions
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=
|