Fix app.jsons (again)
This commit is contained in:
parent
b9ca2e59ea
commit
08e71fbcda
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue