diff --git a/.changeset/plenty-lemons-remain.md b/.changeset/plenty-lemons-remain.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/plenty-lemons-remain.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/cli/demo/xcode-xcstrings-v2/example.xcstrings b/packages/cli/demo/xcode-xcstrings-v2/example.xcstrings index 2509ad7fe..a8079510d 100644 --- a/packages/cli/demo/xcode-xcstrings-v2/example.xcstrings +++ b/packages/cli/demo/xcode-xcstrings-v2/example.xcstrings @@ -126,22 +126,22 @@ } } } - }, - "welcome_message" : { - "comment" : "Welcome message shown on the app's home screen", - "extractionState" : "manual", - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hello, world!" - } - }, - "es" : { - "stringUnit" : { - "state" : "translated", - "value" : "¡Hola, mundo!" - } + } + }, + "welcome_message" : { + "comment" : "Welcome message shown on the app's home screen", + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hello, world!" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "¡Hola, mundo!" } } }