We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a512b commit efc0cd9Copy full SHA for efc0cd9
1 file changed
Widget/DevLogWidgetExtension/Resource/Localizable.xcstrings
@@ -1,11 +1,13 @@
1
{
2
"sourceLanguage" : "ko",
3
"strings" : {
4
- "#%lld" : {
5
-
+ "#%@" : {
+ "comment" : "A badge that shows the number of a task.",
6
+ "isCommentAutoGenerated" : true
7
},
- "%lld" : {
8
+ "%@" : {
9
+ "comment" : "A badge displaying the number of items in the user's to-do list. The argument is the count of items in the to-do list.",
10
11
12
"widget_heatmap_current_month_title" : {
13
"extractionState" : "manual",
@@ -127,5 +129,5 @@
127
129
}
128
130
131
- "version" : "1.0"
-}
132
+ "version" : "1.1"
133
+}
0 commit comments