mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Fix EN locale
This commit is contained in:
parent
b56da94a7c
commit
9c67af8451
1 changed files with 4 additions and 4 deletions
|
@ -21919,13 +21919,13 @@
|
|||
"one" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%arg participants"
|
||||
"value" : "%arg"
|
||||
}
|
||||
},
|
||||
"other" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%arg participants"
|
||||
"value" : "%arg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21939,13 +21939,13 @@
|
|||
"one" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%arg posts"
|
||||
"value" : "%arg"
|
||||
}
|
||||
},
|
||||
"other" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "%arg posts"
|
||||
"value" : "%arg "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue