Merge pull request #4180 from ByteHamster/transifex-plural

Make transifex happy by providing two plural forms
This commit is contained in:
H. Lehmann 2020-05-21 20:44:19 +02:00 committed by GitHub
commit c5f8ac53a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@
<item quantity="other">%d days after finishing</item> <item quantity="other">%d days after finishing</item>
</plurals> </plurals>
<plurals name="num_selected_label"> <plurals name="num_selected_label">
<item quantity="one">%d selected</item>
<item quantity="other">%d selected</item> <item quantity="other">%d selected</item>
</plurals> </plurals>
<string name="loading_more">Loading more…</string> <string name="loading_more">Loading more…</string>