From 3f60cc030c9920617ac38a249203be83b9f84d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B3pez=20Guimaraes?= Date: Sun, 8 Dec 2024 21:11:52 +0000 Subject: [PATCH] fix: Fix malformed JSON in English translation Weblate is complaining about the malformed JSON, which breaks it and makes it not load. Remove the trailing comma left from #355 to solve this issue. --- locales/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en_US.json b/locales/en_US.json index c4f71272..139b6497 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -67,7 +67,7 @@ }, { "question": "If I use an emulator, will that be enough to use Pretendo?", - "answer": "No. For purposes of security and moderation, if you are using an emulator, you still need a real console. This allows for improved security and more effective enforcement of rules in order to provide a safe and enjoyable experience with our service.", + "answer": "No. For purposes of security and moderation, if you are using an emulator, you still need a real console. This allows for improved security and more effective enforcement of rules in order to provide a safe and enjoyable experience with our service." }, { "question": "Does Pretendo work on Cemu/emulators?",