]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in RTL Hello World! sentence (#35236)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Thu, 21 Oct 2021 13:33:29 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 13:33:29 +0000 (16:33 +0300)
* docs(RTL): fix typo in Hello World! sentence

* chore(docs): Cspell arabic words update

.cspell.json
site/content/docs/5.1/examples/cheatsheet-rtl/index.html
site/content/docs/5.1/getting-started/rtl.md

index e3d599e19be26c60260a04c483e85e886a638273..f985830ec6afcb4714c8fd6f2de3f71f666689f3 100644 (file)
     "Woohoo",
     "zindex",
     "بالعالم",
-    "مرحبا"
+    "مرحبًا"
   ],
   "language": "en,en-US",
   "ignorePaths": [
index 04afcbaf4bab77f9cff20aa2b56c4da7fbbdfe0f..0956f6ee4fbd27c2a4f3c35d667fe580c8d3eeb4 100644 (file)
@@ -1497,7 +1497,7 @@ direction: rtl
             <button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="قريب"></button>
           </div>
           <div class="toast-body">
-            مرحبا بالعالم! هذه رسالة إشعار.
+            مرحبًا بالعالم! هذه رسالة إشعار.
           </div>
         </div>
         {{< /example >}}
index 549104c6f2ff91904ab94bcabfbc3bd619ee2ef7..b1a0534cf633704a417921903fc90d22d1e1fdb4 100644 (file)
@@ -46,10 +46,10 @@ You can see the above requirements reflected in this modified RTL starter templa
     <!-- Bootstrap CSS -->
     <link rel="stylesheet" href="{{< param "cdn.css_rtl" >}}" integrity="{{< param "cdn.css_rtl_hash" >}}" crossorigin="anonymous">
 
-    <title>مرحبا بالعالم!</title>
+    <title>مرحبًا بالعالم!</title>
   </head>
   <body>
-    <h1>مرحبا بالعالم!</h1>
+    <h1>مرحبًا بالعالم!</h1>
 
     <!-- Optional JavaScript; choose one of the two! -->