Skip to content

Commit 07ce6d1

Browse files
committed
fix: add plural variations for count-based localized strings
1 parent 053971a commit 07ce6d1

1 file changed

Lines changed: 40 additions & 2 deletions

File tree

TablePro/Resources/Localizable.xcstrings

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6530,7 +6530,26 @@
65306530
}
65316531
},
65326532
"Connect %lld Connections" : {
6533-
6533+
"localizations" : {
6534+
"en" : {
6535+
"variations" : {
6536+
"plural" : {
6537+
"one" : {
6538+
"stringUnit" : {
6539+
"state" : "translated",
6540+
"value" : "Connect %lld Connection"
6541+
}
6542+
},
6543+
"other" : {
6544+
"stringUnit" : {
6545+
"state" : "translated",
6546+
"value" : "Connect %lld Connections"
6547+
}
6548+
}
6549+
}
6550+
}
6551+
}
6552+
}
65346553
},
65356554
"Connect Anyway" : {
65366555
"localizations" : {
@@ -9307,7 +9326,26 @@
93079326
}
93089327
},
93099328
"Delete %lld Connections" : {
9310-
9329+
"localizations" : {
9330+
"en" : {
9331+
"variations" : {
9332+
"plural" : {
9333+
"one" : {
9334+
"stringUnit" : {
9335+
"state" : "translated",
9336+
"value" : "Delete %lld Connection"
9337+
}
9338+
},
9339+
"other" : {
9340+
"stringUnit" : {
9341+
"state" : "translated",
9342+
"value" : "Delete %lld Connections"
9343+
}
9344+
}
9345+
}
9346+
}
9347+
}
9348+
}
93119349
},
93129350
"Delete Check Constraint" : {
93139351
"extractionState" : "stale",

0 commit comments

Comments
 (0)