summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-05-07 09:41:49 +0900
committerMatan Kushner <hello@matchai.dev>2024-05-07 09:41:49 +0900
commit253d8b2f42c1c3e6808727d80cb3a235ebcd07ae (patch)
treeaf8f858034adb4dce5a67ae2dc591dbde3646c0d
parentb9968b917b7781357d1c4e49aa732cd2bcb030a7 (diff)
New translations readme.md (Sorani (Kurdish))
-rw-r--r--docs/ckb-IR/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ckb-IR/README.md b/docs/ckb-IR/README.md
index 13fa363b4..60607286f 100644
--- a/docs/ckb-IR/README.md
+++ b/docs/ckb-IR/README.md
@@ -25,6 +25,20 @@ metaTitle: "Starship: یەکێ لە Promptـە شێڵ نەناسەکان"
description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و بێسنور دڵخوازکراوەکان بۆ هەر شێڵێک! ئەو زانیارییانە پشان دەدات کە پێویستە، لەوکاتەیا بە ئارامی و سوکەڵەیی ئەمێنێتەوە. Quick installation available for Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, Cmd, and PowerShell.'
---
+<script setup>
+import { onMounted } from 'vue'
+
+onMounted(() => {
+ const urlParams = new URLSearchParams(window.location.search)
+ if (urlParams.has('uwu') || urlParams.has('kawaii')) {
+ const img = document.querySelector('.VPHero .VPImage.image-src')
+ img.classList.add('uwu')
+ img.src = '/logo-uwu.png'
+ img.alt = 'Kawaii Starship Logo by @sawaratsuki1004'
+ }
+})
+</script>
+
<video class="demo-video" muted autoplay loop playsinline>
<source src="/demo.webm" type="video/webm">
<source src="/demo.mp4" type="video/mp4">