Fix app.jsons (again)

This commit is contained in:
Nathan Mattes 2023-09-20 22:00:23 +02:00
parent b9ca2e59ea
commit 08e71fbcda
2 changed files with 7 additions and 5 deletions

View File

@ -651,10 +651,11 @@
} }
}, },
"searching": { "searching": {
"posts": "Posts with \"%@\"", "posts": "Posts with \"%s\"",
"people": "People with \"%@\"", "people": "People with \"%s\"",
"profile": "Go to @%@@%@", "profile": "Go to @%s@%s",
"url": "Open Link", "url": "Open URL in Mastodon",
"hashtag": "Go to #%s",
"empty_state": { "empty_state": {
"no_results": "No results" "no_results": "No results"
}, },

View File

@ -654,7 +654,8 @@
"posts": "Posts with \"%s\"", "posts": "Posts with \"%s\"",
"people": "People with \"%s\"", "people": "People with \"%s\"",
"profile": "Go to @%s@%s", "profile": "Go to @%s@%s",
"url": "Open Link", "url": "Open URL in Mastodon",
"hashtag": "Go to #%s",
"empty_state": { "empty_state": {
"no_results": "No results" "no_results": "No results"
}, },