From 805910649a56213a54da7114b08445afcc1e0c43 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:14:30 +0800 Subject: [PATCH] fix(l10n): fix incorrect punctuation marks (#822) --- l10n/css.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n/css.json b/l10n/css.json index 1c75206a3..1548c05c1 100644 --- a/l10n/css.json +++ b/l10n/css.json @@ -1086,7 +1086,7 @@ "ru": "логическая высота контейнера" }, "logicalHeightOrWidthOfContainingBlock": { - "en-US": "relative to the containing block’s size in the corresponding axis (e.g. width for left or right, height for top or bottom)", + "en-US": "relative to the containing block's size in the corresponding axis (e.g. width for left or right, height for top or bottom)", "ru": "относительно размера содержащего блока на соответствующей оси (например, ширина слева или справа, высота сверху и снизу)" }, "logicalWidthOfContainingBlock": { @@ -1354,7 +1354,7 @@ }, "referToBorderBox": { "de": "beziehen sich auf die Rahmenbox des Elements", - "en-US": "refer to the element’s border box", + "en-US": "refer to the element's border box", "fr": "fait référence à l'élément border box", "ja": "要素の境界ボックスに対する相対値", "ru": "относятся к границе элемента" @@ -1480,7 +1480,7 @@ "ru": "относятся к размеру маски области рисования минус размер маски слоя изображения (смотрите статью о {{cssxref(\"background-position\")}})" }, "referToSVGViewportDiagonal": { - "en-US": "refer to the normalized diagonal measure of the current SVG viewport’s applied {{SVGAttr(\"viewBox\")}}, or of the viewport itself if no `viewBox` is specified" + "en-US": "refer to the normalized diagonal measure of the current SVG viewport's applied {{SVGAttr(\"viewBox\")}}, or of the viewport itself if no `viewBox` is specified" }, "referToSVGViewportHeight": { "en-US": "refer to the height of the current SVG viewport"