From a4aa82c250c4e23e5936f75a995d897032ee8628 Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 29 Jun 2022 01:34:14 +0300 Subject: [PATCH] Added credits --- ShareX/Forms/AboutForm.cs | 1 + ShareX/Properties/Resources.Designer.cs | 9 +++++++++ ShareX/Properties/Resources.resx | 3 +++ 3 files changed, 13 insertions(+) diff --git a/ShareX/Forms/AboutForm.cs b/ShareX/Forms/AboutForm.cs index d4e772e97..83271a461 100644 --- a/ShareX/Forms/AboutForm.cs +++ b/ShareX/Forms/AboutForm.cs @@ -95,6 +95,7 @@ public AboutForm() {Resources.AboutForm_AboutForm_Language_fa_IR}: https://github.com/pourmand1376 {Resources.AboutForm_AboutForm_Language_pt_PT}: https://github.com/FarewellAngelina {Resources.AboutForm_AboutForm_Language_ja_JP}: https://github.com/kanaxx +{Resources.AboutForm_AboutForm_Language_ro_RO}: https://github.com/Edward205 ", FontStyle.Regular); rtbInfo.AppendLine(Resources.AboutForm_AboutForm_Credits, FontStyle.Bold, 13); diff --git a/ShareX/Properties/Resources.Designer.cs b/ShareX/Properties/Resources.Designer.cs index 0c7ad9302..8b6f82333 100644 --- a/ShareX/Properties/Resources.Designer.cs +++ b/ShareX/Properties/Resources.Designer.cs @@ -195,6 +195,15 @@ public static string AboutForm_AboutForm_Language_pt_PT { } } + /// + /// Looks up a localized string similar to Romanian. + /// + public static string AboutForm_AboutForm_Language_ro_RO { + get { + return ResourceManager.GetString("AboutForm_AboutForm_Language_ro_RO", resourceCulture); + } + } + /// /// Looks up a localized string similar to Russian. /// diff --git a/ShareX/Properties/Resources.resx b/ShareX/Properties/Resources.resx index ad51ce42f..b73443e2c 100644 --- a/ShareX/Properties/Resources.resx +++ b/ShareX/Properties/Resources.resx @@ -1088,4 +1088,7 @@ Middle click to close ..\Resources\ro.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Romanian + \ No newline at end of file