Skip to content

Commit

Permalink
removing newline formatting of plurals
Browse files Browse the repository at this point in the history
  • Loading branch information
deonwaju committed Dec 4, 2023
1 parent ff439b2 commit e2c4e6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,20 +185,20 @@
<string name="correct">Correto!</string>
<string name="topic_prefix">Tópico: %s</string>
<plurals name="chapter_count" fuzzy="true">
<item quantity="one">%d Capítulo\n </item>
<item quantity="other">\n %s Capítulos\n </item>
<item quantity="one">%d Capítulo</item>
<item quantity="other">%s Capítulos</item>
</plurals>
<plurals name="story_count" fuzzy="true">
<item quantity="one">%d História\n </item>
<item quantity="other">\n %s Histórias\n </item>
<item quantity="one">%d História</item>
<item quantity="other">%s Histórias</item>
</plurals>
<plurals name="story_total_chapters">
<item quantity="one">%s de %s Capítulo Concluído</item>
<item quantity="other">%s de %s Capítulos Concluídos</item>
</plurals>
<plurals name="lesson_count" fuzzy="true">
<item quantity="one">%d Lição\n </item>
<item quantity="other">\n %s Lições\n </item>
<item quantity="one">%d Lição</item>
<item quantity="other">%s Lições</item>
</plurals>
<plurals name="completed_story_count" fuzzy="true">
<item quantity="one">%d história concluída</item>
Expand Down

0 comments on commit e2c4e6e

Please sign in to comment.