mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Utilize localization for Hop pluralization
This commit is contained in:
parent
564fadd017
commit
5bb8d3e1a6
2 changed files with 47 additions and 26 deletions
|
|
@ -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%%" : {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue