feat: i18n PWA webmanifests (#805)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Joaquín Sánchez 2023-01-06 13:48:43 +01:00 committed by GitHub
parent 18056038c7
commit 85ac005570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 190 additions and 73 deletions

View file

@ -187,7 +187,29 @@
"dismiss": "Dismiss",
"title": "New Elk update available!",
"update": "Update",
"update_available_short": "Update Elk"
"update_available_short": "Update Elk",
"webmanifest": {
"dev": {
"description": "A nimble Mastodon web client (dev)",
"name": "Elk (dev)",
"short_name": "Elk (dev)"
},
"main": {
"description": "A nimble Mastodon web client (main)",
"name": "Elk (main)",
"short_name": "Elk (main)"
},
"preview": {
"description": "A nimble Mastodon web client (preview)",
"name": "Elk (preview)",
"short_name": "Elk (preview)"
},
"release": {
"description": "A nimble Mastodon web client",
"name": "Elk",
"short_name": "Elk"
}
}
},
"search": {
"search_desc": "Search for people & hashtags"