Utilize localization for Hop pluralization

This commit is contained in:
Brent Petit 2024-12-19 10:03:33 -06:00
parent 564fadd017
commit 5bb8d3e1a6
2 changed files with 47 additions and 26 deletions

View file

@ -27,6 +27,16 @@
},
"%@" : {
},
"%@ - %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@ - %2$@"
}
}
}
},
"%@ - %@ - %@" : {
"localizations" : {
@ -47,19 +57,6 @@
}
}
}
},
"%@ - %d %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@ - %2$d %3$@"
}
}
}
},
"%@ - Direct" : {
},
"%@ - No Response" : {
"localizations" : {
@ -171,6 +168,34 @@
},
"%d" : {
},
"%d Hops" : {
"localizations" : {
"en" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "%d Hop"
}
},
"other" : {
"stringUnit" : {
"state" : "new",
"value" : "%d Hops"
}
},
"zero" : {
"stringUnit" : {
"state" : "translated",
"value" : "Direct"
}
}
}
}
}
}
},
"%d%%" : {