diff --git a/project/SPT.Launcher.Base/Helpers/LocalizationProvider.cs b/project/SPT.Launcher.Base/Helpers/LocalizationProvider.cs index 7ab2202..b432ba1 100644 --- a/project/SPT.Launcher.Base/Helpers/LocalizationProvider.cs +++ b/project/SPT.Launcher.Base/Helpers/LocalizationProvider.cs @@ -190,6 +190,7 @@ namespace SPT.Launcher.Helpers "These mods have not been loaded by the server, but your profile has used them in the past"; englishLocale.open_link_question_format_1 = "Are you sure you want to open the following link: \n{0}"; englishLocale.open_link = "Open Link"; + englishLocale.dev_mode = "Developer Mode"; #endregion Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath); @@ -225,6 +226,22 @@ namespace SPT.Launcher.Helpers //this is going to be some pretty long boiler plate code. So I'm putting everything into regions. #region All Properties + + #region dev_mode + private string _dev_mode; + public string dev_mode + { + get => _dev_mode; + set + { + if (_dev_mode != value) + { + _dev_mode = value; + RaisePropertyChanged(nameof(dev_mode)); + } + } + } + #endregion #region ietf_tag diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Simplified).json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Simplified).json index ac366e9..584384d 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Simplified).json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Simplified).json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Traditional).json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Traditional).json index 731afa2..9a869a0 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Traditional).json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Chinese (Traditional).json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/English.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/English.json index 2277f34..dfaf89d 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/English.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/English.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/French.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/French.json index 861df07..dc1cf96 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/French.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/French.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/German.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/German.json index 0eac043..acb7f0e 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/German.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/German.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Italian.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Italian.json index 43d00cd..30a0343 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Italian.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Italian.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Japanese.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Japanese.json index b600861..8aff439 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Japanese.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Japanese.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Korean.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Korean.json index 42a0427..a70e518 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Korean.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Korean.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Polish.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Polish.json index 477548b..82a7971 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Polish.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Polish.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Tryb Dewelopera" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Russian.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Russian.json index 6a96ba0..eb6506e 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Russian.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Russian.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Неактивные серверные моды", "inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше", "open_link_question_format_1": "Вы уверены, что хотите открыть следующую ссылку? \n{0}", - "open_link": "Открыть ссылку" + "open_link": "Открыть ссылку", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Spanish.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Spanish.json index a198321..b5c3e81 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Spanish.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Spanish.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Inactive Server Mods", "inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past", "open_link_question_format_1": "Are you sure you want to open the following link: \n{0}", - "open_link": "Open Link" + "open_link": "Open Link", + "dev_mode": "Developer Mode" } \ No newline at end of file diff --git a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Turkish.json b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Turkish.json index 3d386d3..3a90006 100644 --- a/project/SPT.Launcher/SPT_Data/Launcher/Locales/Turkish.json +++ b/project/SPT.Launcher/SPT_Data/Launcher/Locales/Turkish.json @@ -93,5 +93,6 @@ "inactive_server_mods": "Aktif Olmayan Sunucu Modları", "inactive_server_mods_info_text": "Bu modlar sunucu tarafından yüklenmedi, ancak profiliniz geçmişte bunları kullandı", "open_link_question_format_1": "Aşağıdaki bağlantıyı açmak istediğinizden emin misiniz? \n{0}", - "open_link": "Bağlantıyı Aç" + "open_link": "Bağlantıyı Aç", + "dev_mode": "Developer Mode" } \ No newline at end of file