Fix localization-json-issues (#690)

This commit is contained in:
Nathan Mattes 2023-01-08 15:21:33 +01:00
parent f9661db0df
commit 769355b4c2
1 changed files with 4 additions and 5 deletions

View File

@ -304,7 +304,7 @@
"signup_speed": { "signup_speed": {
"all": "All", "all": "All",
"instant": "Instant Sign-up", "instant": "Instant Sign-up",
"manually_reviewed" = "Manual Review" "manually_reviewed": "Manual Review"
}, },
"language": { "language": {
"all": "All" "all": "All"
@ -316,9 +316,8 @@
"privacy": { "privacy": {
"title": "Privacy", "title": "Privacy",
"policy": { "policy": {
"ios": "Privacy Policy - Mastodon for iOS"; "ios": "Privacy Policy - Mastodon for iOS",
"server" = "Privacy Policy - %s"; "server": "Privacy Policy - %s"
}, },
"button": { "button": {
"confirm": "I agree" "confirm": "I agree"
@ -392,7 +391,7 @@
"terms_of_service": "terms of service", "terms_of_service": "terms of service",
"privacy_policy": "privacy policy", "privacy_policy": "privacy policy",
"button": { "button": {
"confirm": "I Agree" "confirm": "I agree"
} }
}, },
"confirm_email": { "confirm_email": {