Begin SEO and accessibility optimizations

This commit is contained in:
Luca Bosin
2023-08-25 16:48:04 +02:00
parent 447077835e
commit 5ecaa5560d
7 changed files with 33 additions and 6 deletions

View File

@ -16,6 +16,7 @@ const translations: Record<TranslationKey, Record<string, string>> = {
'medium': 'Mittel',
'large': 'Groß',
'open': 'Öffnen',
'open-name': '{0} öffnen',
'download': 'Herunterladen',
'download-all': 'Alle herunterladen',
},
@ -32,6 +33,7 @@ const translations: Record<TranslationKey, Record<string, string>> = {
'medium': 'Medium',
'large': 'Large',
'open': 'Open',
'open-name': 'Open {0}',
'download': 'Download',
'download-all': 'Download all',
}