lint fix
This commit is contained in:
parent
1b3a37df74
commit
347d1d10ad
1 changed files with 4 additions and 5 deletions
|
@ -17,11 +17,10 @@ https://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
|
||||||
|
|
||||||
## Logics
|
## Logics
|
||||||
|
|
||||||
0 - singular or ending in 1 with exception for 11. Ex., 1 laps
|
* 0 - singular or ending in 1 with exception for 11. Ex., 1 laps
|
||||||
1 - dual or ending in 2 with exception for 12. Ex. 2 lapo
|
* 1 - dual or ending in 2 with exception for 12. Ex. 2 lapo
|
||||||
2 - other plural. Ex. 25 lapā
|
* 2 - other plural. Ex. 25 lapā
|
||||||
3 - plural for 11-19, 10, 20, 100... Ex. 12 lapu
|
* 3 - plural for 11-19, 10, 20, 100... Ex. 12 lapu
|
||||||
Code to test plural forms in Samogitian language. Needed for translation.
|
|
||||||
|
|
||||||
## Result
|
## Result
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue