Ajapaik / ajapaik-web

Crowdsourcing of data for historic imagery (geotagging, face tagging, rephotography)
https://ajapaik.ee
GNU General Public License v3.0
27 stars 19 forks source link

fix(locale): wrong plural forms are used for pl, he, uk, ru, tr #104

Closed MaertHaekkinen closed 2 years ago

MaertHaekkinen commented 2 years ago

The plural forms which are changed were taken from Django Web Framework's github

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

MaertHaekkinen commented 2 years ago

I've removed these changes from Master, because it needs to be investigated if we really want to handle special cases like: 0 Elements, fractions in our translations or not.

For example, even English language could have more than 2 nplurals: 1) None of your friends are online 2) 1 Friend online 3) 2+ Friends online