Skip to content

Commit 9ba5ed2

Browse files
authored
fix: upd formatting (#1624)
1 parent dce871b commit 9ba5ed2

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.changeset/plenty-lemons-remain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/cli/demo/xcode-xcstrings-v2/example.xcstrings

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@
126126
}
127127
}
128128
}
129-
},
130-
"welcome_message" : {
131-
"comment" : "Welcome message shown on the app's home screen",
132-
"extractionState" : "manual",
133-
"localizations" : {
134-
"en" : {
135-
"stringUnit" : {
136-
"state" : "translated",
137-
"value" : "Hello, world!"
138-
}
139-
},
140-
"es" : {
141-
"stringUnit" : {
142-
"state" : "translated",
143-
"value" : "¡Hola, mundo!"
144-
}
129+
}
130+
},
131+
"welcome_message" : {
132+
"comment" : "Welcome message shown on the app's home screen",
133+
"extractionState" : "manual",
134+
"localizations" : {
135+
"en" : {
136+
"stringUnit" : {
137+
"state" : "translated",
138+
"value" : "Hello, world!"
139+
}
140+
},
141+
"es" : {
142+
"stringUnit" : {
143+
"state" : "translated",
144+
"value" : "¡Hola, mundo!"
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)