Fix tests

This commit is contained in:
Arkadiusz Fal
2026-03-21 09:56:25 +01:00
parent fced75fce1
commit 8a54e1ddbb
3 changed files with 28 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
"strings" : {
"" : {
},
"-%@" : {
},
"%@" : {
@@ -47,6 +50,26 @@
}
}
},
"%@: %lld" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@: %2$lld"
}
}
}
},
"%@: %llds" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@: %2$llds"
}
}
}
},
"%@%llds" : {
"localizations" : {
"en" : {
@@ -94,6 +117,9 @@
}
}
}
},
"• %@" : {
},
"+%lld" : {