Skip to content

Commit d6f8224

Browse files
committed
better format for json file
1 parent fbba212 commit d6f8224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collections/JsonTranslations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ public function diffTranslationsKeys(Collection $translations): Collection
5050

5151
public function toFile(): string
5252
{
53-
return $this->toJson();
53+
return $this->toJson(JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
5454
}
5555
}

0 commit comments

Comments
 (0)