Added credits

This commit is contained in:
Jaex 2022-06-29 01:34:14 +03:00
parent 6296c6e494
commit a4aa82c250
3 changed files with 13 additions and 0 deletions

View file

@ -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);

View file

@ -195,6 +195,15 @@ public class Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Romanian.
/// </summary>
public static string AboutForm_AboutForm_Language_ro_RO {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Language_ro_RO", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Russian.
/// </summary>

View file

@ -1088,4 +1088,7 @@ Middle click to close</value>
<data name="ro" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ro.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="AboutForm_AboutForm_Language_ro_RO" xml:space="preserve">
<value>Romanian</value>
</data>
</root>