Skip to content

Commit

Permalink
Enable Brazilian Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Feb 24, 2024
1 parent d1f9d42 commit 8e64862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderWPF/Services/AvailableCultures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static AvailableCultures()
French = new Culture("fr-FR", "Français"),
Italian = new Culture("it-it", "Italiano"),
Polish = new Culture("pl-PL", "Polski"),
Polish = new Culture("pt-BR", "Português (Brasil)"),
Russian = new Culture("ru-RU", "Русский"),
Turkish = new Culture("tr-TR", "Türkçe"),
Ukrainian = new Culture("uk-ua", "Українська"),
Expand Down
3 changes: 3 additions & 0 deletions TwitchDownloaderWPF/TwitchDownloaderWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<EmbeddedResource Include="Themes\README.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Update="Translations\Strings.pt-br.resx">
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TwitchDownloaderCore\TwitchDownloaderCore.csproj" />
Expand Down

0 comments on commit 8e64862

Please sign in to comment.