mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 03:41:03 +00:00
Fix typo in RTL Hello World! sentence (#35236)
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
This commit is contained in:
parent
b991a6b851
commit
a0fd92ed2b
@ -112,7 +112,7 @@
|
|||||||
"Woohoo",
|
"Woohoo",
|
||||||
"zindex",
|
"zindex",
|
||||||
"بالعالم",
|
"بالعالم",
|
||||||
"مرحبا"
|
"مرحبًا"
|
||||||
],
|
],
|
||||||
"language": "en,en-US",
|
"language": "en,en-US",
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
@ -1497,7 +1497,7 @@ direction: rtl
|
|||||||
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="قريب"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="قريب"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="toast-body">
|
<div class="toast-body">
|
||||||
مرحبا بالعالم! هذه رسالة إشعار.
|
مرحبًا بالعالم! هذه رسالة إشعار.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
@ -46,10 +46,10 @@ You can see the above requirements reflected in this modified RTL starter templa
|
|||||||
<!-- Bootstrap CSS -->
|
<!-- Bootstrap CSS -->
|
||||||
<link rel="stylesheet" href="{{< param "cdn.css_rtl" >}}" integrity="{{< param "cdn.css_rtl_hash" >}}" crossorigin="anonymous">
|
<link rel="stylesheet" href="{{< param "cdn.css_rtl" >}}" integrity="{{< param "cdn.css_rtl_hash" >}}" crossorigin="anonymous">
|
||||||
|
|
||||||
<title>مرحبا بالعالم!</title>
|
<title>مرحبًا بالعالم!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>مرحبا بالعالم!</h1>
|
<h1>مرحبًا بالعالم!</h1>
|
||||||
|
|
||||||
<!-- Optional JavaScript; choose one of the two! -->
|
<!-- Optional JavaScript; choose one of the two! -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user