Skip to content

Commit

Permalink
Added PT BR Language ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowrez authored and LorenzCK committed Sep 27, 2018
1 parent 5ac8c1b commit f03fbf1
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 171 deletions.
Binary file added src/OnTopReplica/Assets/flag_brazil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/OnTopReplica/OnTopReplica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Assets\flag_taiwan.png" />
<Content Include="Assets\flag_brazil.png" />
<Content Include="new-flat-icon.ico" />
<None Include="Assets\flag_china.png" />
<None Include="Resources\new-flat-logo-64.png" />
Expand Down
3 changes: 3 additions & 0 deletions src/OnTopReplica/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@
<data name="flat_logo_64" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\new-flat-logo-64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="flag_brazil" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Assets\flag_brazil.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="flag_taiwan" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\assets\flag_taiwan.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
1 change: 1 addition & 0 deletions src/OnTopReplica/SidePanels/OptionsPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public CultureWrapper(string name, CultureInfo culture, Image img) {
new CultureWrapper("Polski", new CultureInfo("pl-PL"), Resources.flag_poland),
new CultureWrapper("简体中文", new CultureInfo("zh-CN"), Resources.flag_china),
new CultureWrapper("繁體中文", new CultureInfo("zh-TW"), Resources.flag_taiwan),
new CultureWrapper("Português", new CultureInfo("pt-BR"), Resources.flag_taiwan),
};

private void PopulateLanguageComboBox() {
Expand Down
Loading

0 comments on commit f03fbf1

Please sign in to comment.