Removed Portuguese-Brazil translation because machine translation not acceptable

This commit is contained in:
Jaex 2015-06-05 10:05:56 +03:00
parent 12714beeba
commit 2cd0adcbdf
8 changed files with 0 additions and 23 deletions

View file

@ -43,8 +43,6 @@ public enum SupportedLanguage
Hungarian,
[Description("한국어 (Korean)")]
Korean,
[Description("Português-Brasil (Portuguese-Brazil)")]
PortugueseBrazil,
[Description("简体中文 (Simplified Chinese)")]
SimplifiedChinese,
[Description("Español (Spanish)")]

View file

@ -73,7 +73,6 @@ public AboutForm()
Korean: https://github.com/123jimin
Spanish: https://github.com/ovnisoftware
Dutch: https://github.com/wforums
Portuguese-Brazil: https://github.com/TiagoDanin
{2}:

View file

@ -164,9 +164,6 @@ private Image GetLanguageIcon(SupportedLanguage language)
case SupportedLanguage.Korean:
icon = Resources.kr;
break;
case SupportedLanguage.PortugueseBrazil:
icon = Resources.br;
break;
case SupportedLanguage.SimplifiedChinese:
icon = Resources.cn;
break;

View file

@ -66,9 +66,6 @@ public static bool ChangeLanguage(SupportedLanguage language, params Form[] form
case SupportedLanguage.Korean:
cultureName = "ko-KR";
break;
case SupportedLanguage.PortugueseBrazil:
cultureName = "pt-BR";
break;
case SupportedLanguage.SimplifiedChinese:
cultureName = "zh-CN";
break;

View file

@ -346,16 +346,6 @@ public class Resources {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap br {
get {
object obj = ResourceManager.GetObject("br", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View file

@ -724,7 +724,4 @@ Would you like to restart ShareX?</value>
<data name="RecentManager_UpdateRecentMenu_Left_click_to_copy_URL_to_clipboard__Right_click_to_open_URL_" xml:space="preserve">
<value>Left click to copy URL to clipboard. Right click to open URL.</value>
</data>
<data name="br" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\br.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

View file

@ -920,7 +920,6 @@
<None Include="Resources\kr.png" />
<None Include="Resources\es.png" />
<None Include="Resources\nl.png" />
<None Include="Resources\br.png" />
<Content Include="ShareX_Icon.ico" />
<None Include="Resources\globe--pencil.png" />
<None Include="Resources\camcorder--pencil.png" />