Skip to content

Commit

Permalink
fix: English plurals error in transifex should be one and other (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi authored Jun 15, 2024
1 parent 065d583 commit dbd02e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions discovery/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
<string name="discovery_programs" tools:ignore="MissingTranslation">Programs</string>

<plurals name="discovery_found_courses">
<item quantity="zero">Found %s courses on your request</item>
<item quantity="one">Found %s course on your request</item>
<item quantity="two">Found %s courses on your request</item>
<item quantity="few">Found %s courses on your request</item>
<item quantity="many">Found %s courses on your request</item>
<item quantity="other">Found %s courses on your request</item>
</plurals>

Expand Down
24 changes: 0 additions & 24 deletions discussion/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,56 +39,32 @@


<plurals name="discussion_votes">
<item quantity="zero">%1$d votes</item>
<item quantity="one">%1$d vote</item>
<item quantity="two">%1$d votes</item>
<item quantity="few">%1$d votes</item>
<item quantity="many">%1$d votes</item>
<item quantity="other">%1$d votes</item>
</plurals>

<plurals name="discussion_comments">
<item quantity="zero">%1$d Comments</item>
<item quantity="one">%1$d Comment</item>
<item quantity="two">%1$d Comments</item>
<item quantity="few">%1$d Comments</item>
<item quantity="many">%1$d Comments</item>
<item quantity="other">%1$d Comments</item>
</plurals>

<plurals name="discussion_missed_posts">
<item quantity="zero">%1$d Missed posts</item>
<item quantity="one">%1$d Missed post</item>
<item quantity="two">%1$d Missed posts</item>
<item quantity="few">%1$d Missed posts</item>
<item quantity="many">%1$d Missed posts</item>
<item quantity="other">%1$d Missed posts</item>
</plurals>

<plurals name="discussion_responses">
<item quantity="zero">%1$d responses</item>
<item quantity="one">%1$d response</item>
<item quantity="two">%1$d responses</item>
<item quantity="few">%1$d responses</item>
<item quantity="many">%1$d responses</item>
<item quantity="other">%1$d responses</item>
</plurals>

<plurals name="discussion_responses_capitalized">
<item quantity="zero">%1$d Responses</item>
<item quantity="one">%1$d Response</item>
<item quantity="two">%1$d Responses</item>
<item quantity="few">%1$d Responses</item>
<item quantity="many">%1$d Responses</item>
<item quantity="other">%1$d Responses</item>
</plurals>

<plurals name="discussion_found_threads">
<item quantity="zero">Found %s posts</item>
<item quantity="one">Found %s post</item>
<item quantity="two">Found %s posts</item>
<item quantity="few">Found %s posts</item>
<item quantity="many">Found %s posts</item>
<item quantity="other">Found %s posts</item>
</plurals>

Expand Down

0 comments on commit dbd02e3

Please sign in to comment.