Skip to content

Commit

Permalink
fix(l10n): fix incorrect punctuation marks (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 14, 2024
1 parent 1d49426 commit 8059106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
"ru": "логическая высота контейнера"
},
"logicalHeightOrWidthOfContainingBlock": {
"en-US": "relative to the containing blocks 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": {
Expand Down Expand Up @@ -1354,7 +1354,7 @@
},
"referToBorderBox": {
"de": "beziehen sich auf die Rahmenbox des Elements",
"en-US": "refer to the elements border box",
"en-US": "refer to the element's border box",
"fr": "fait référence à l'élément <code>border box</code>",
"ja": "要素の境界ボックスに対する相対値",
"ru": "относятся к границе элемента"
Expand Down Expand Up @@ -1480,7 +1480,7 @@
"ru": "относятся к размеру маски области рисования минус размер маски слоя изображения (смотрите статью о {{cssxref(\"background-position\")}})"
},
"referToSVGViewportDiagonal": {
"en-US": "refer to the normalized diagonal measure of the current SVG viewports 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"
Expand Down

0 comments on commit 8059106

Please sign in to comment.