Closed (fixed)
Project:
String Plural Form
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Dec 2024 at 03:44 UTC
Updated:
13 Aug 2025 at 12:19 UTC
Jump to comment: Most recent
Five Form Irish
The header entry would be:
Plural-Forms: nplurals=5; \
plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;(n==1 ? 0 : n==2 ? 1 : n>=3 && n<=6 ? 2 : n>=7 && n<=10 ? 3 : 4)Reference: PoEdit
Comments
Comment #2
d34dman commentedComment #3
d34dman commentedComment #4
d34dman commented