Skip to content

Commit

Permalink
fix: Fix malformed JSON in English translation
Browse files Browse the repository at this point in the history
Weblate is complaining about the malformed JSON, which breaks it and
makes it not load. Remove the trailing comma left from PretendoNetwork#355 to solve
this issue.
  • Loading branch information
DaniElectra committed Dec 8, 2024
1 parent c68f532 commit 3f60cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 3f60cc0

Please sign in to comment.