List commits in a repository

This commit is contained in:
2023-03-23 19:27:33 +01:00
parent 1f85bf2f71
commit 8f503b64a4
18 changed files with 330 additions and 37 deletions

View File

@@ -2,4 +2,10 @@
<string name="app_name">TeaIsWarm</string>
<string name="repository_name">Repository name</string>
<string name="repository_description">Repository description</string>
<plurals name="stars">
<item quantity="one">%d star</item>
<item quantity="other">%d stars</item>
</plurals>
<string name="previous">Previous</string>
<string name="next">Next</string>
</resources>