Fix screenshots

This commit is contained in:
Martin Janiczek
2020-04-24 15:34:48 +02:00
parent 5e253909da
commit 89170487fa
3 changed files with 5 additions and 1 deletions

View File

@@ -11,9 +11,13 @@ rules](https://github.com/GlobalWebIndex/elm-plural-rules/raw/master/docs/en.png
![Screenshot of Czech
rules](https://github.com/GlobalWebIndex/elm-plural-rules/raw/master/docs/cz.png)
(For the description of what the `v = 0` conditions in the above screenshots
mean, look at the [Plural Operand Meanings](http://unicode.org/reports/tr35/tr35-numbers.html#Operands)
table or check the `Plural Operands` section of the `PluralRules` module!
----
This library helps you arrive at this API
This library helps you arrive at an API like:
```elm
pluralize 1 "message" --> "message"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 13 KiB