Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PullToRefresharp.Android/PullToRefresharp.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<AndroidResource Include="Resources\drawable-xhdpi\spinner_20_inner_holo.png" />
<AndroidResource Include="Resources\drawable-xhdpi\spinner_20_outer_holo.png" />
<AndroidResource Include="Resources\drawable\progress_medium_holo.xml" />
<AndroidResource Include="Resources\values-pt-rBR\Strings.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
Expand All @@ -90,5 +91,6 @@
<Folder Include="Resources\drawable\" />
<Folder Include="PullToRefresharp.Widget\" />
<Folder Include="PullToRefresharp.Delegates\" />
<Folder Include="Resources\values-pt-rBR\" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super-nitty, so I apologize, but the folder does not need to be included, only the file. This has been ingrained in me through many past code reviews :)

</ItemGroup>
</Project>
7 changes: 7 additions & 0 deletions PullToRefresharp.Android/Resources/values-pt-rBR/Strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="library_name">PullToRefresharp</string>
<string name="ptrsharp_pull_to_refresh">Arrastar para baixo para atualizar...</string>
<string name="ptrsharp_release_to_refresh">Soltar para atualizar...</string>
<string name="ptrsharp_refreshing">Carregando...</string>
</resources>