Android app. Score Counter will help you easily keep score in any games, sports or other activities. Will do all the math for tracking initiative, HP, hit points, spell slots or even count win streaks in your bar game night!
I translated to brazilian portuguese, but probably there will be differences with the portuguese from Portugal. In order to at least have some translation I did not specify any localization (pt or br).
Some animals in the array have the same name in portuguese (e.g. wasp and hornet) or I couldn't find any translation for them.
I changed the title of the quick value change dialog to use .title(Int) instead of .content(Int) because the former simples truncates texts longer than the visible area instead of adding another line;
Known issues:
Texts using special characters displayed with the custom font will appear with Roboto also. Check issue #80
Added portuguese translations.
Observations:
.title(Int)
instead of.content(Int)
because the former simples truncates texts longer than the visible area instead of adding another line;Known issues: