Skip to content

Commit

Permalink
fix issue #30 (string format in German locale)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Sep 27, 2024
1 parent cf0233b commit 0b27256
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TimeMachineStatus/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,13 @@
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ Datei (%2$@)"
"value" : "%1$lld Datei (%2$@)"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "%1$@ Dateien (%2$@)"
"value" : "%1$lld Dateien (%2$@)"
}
}
}
Expand All @@ -658,13 +658,13 @@
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld File (%2$@)"
"value" : "%1$lld File (%2$@)"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld Files (%2$@)"
"value" : "%1$lld Files (%2$@)"
}
}
}
Expand All @@ -676,13 +676,13 @@
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld file (%2$@)"
"value" : "%1$lld file (%2$@)"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld Files (%2$@)"
"value" : "%1$lld Files (%2$@)"
}
}
}
Expand Down

0 comments on commit 0b27256

Please sign in to comment.