mirror of
https://github.com/yattee/yattee.git
synced 2026-04-10 09:36:58 +00:00
Fix tests
This commit is contained in:
@@ -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" : {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user