web: move all strings to i18n & improve a11y
- omnibox is now fully usable with a screen reader - back button is now interpreted as such - subtext now accepts line breaks
This commit is contained in:
3
web/i18n/en/a11y/general.json
Normal file
3
web/i18n/en/a11y/general.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"back": "go back"
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"linkArea": "link input area"
|
||||
"linkArea": "link input area",
|
||||
"clearInput": "clear input",
|
||||
"download": "download",
|
||||
"downloadThink": "processing the link...",
|
||||
"downloadCheck": "verifying download...",
|
||||
"downloadDone": "downloading done",
|
||||
"downloadError": "downloading error"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user