From 86729618330cab4ab7aca5cc758c6f36f859d7a7 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 30 Apr 2020 07:20:31 +1200 Subject: [PATCH] Localize CSS into Dutch --- useragent.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/useragent.css b/useragent.css index 8378e21..f6dc9c6 100644 --- a/useragent.css +++ b/useragent.css @@ -11,6 +11,7 @@ input[type=submit][value] {speak: always; content: attr(value)} /** Tables **/ table::before {content: "Table"; voice-volume: x-soft} table:lang(hu)::before {content: "táblázat"} +table:lang(nl)::before {content: "tabel"} table {counter-increment: -rhaps-table; counter-reset: -rhaps-tablerow} tr { cue-before: url(about:bulletpoint.wav); @@ -46,6 +47,7 @@ pre, samp, code {voice: neutral 2; white-space: pre;} :visited {cue-after: url(about:link.wav) -0.1db !important} img {content: "Image " attr(src)} img:lang(hu):not([alt]) {content: "kép " attr(src)} +img:lang(nl):not([alt]) {content: "afbeelding " attr(src)} img[alt] {content: attr(alt)} b, strong {voice-rate: slow} @@ -95,4 +97,5 @@ aside {voice-volume: soft} /* Localized into: - English - French (surprisingly same as English) -- Hungarian */ +- Hungarian +- Dutch */ -- 2.30.2