diff options
| author | Adam <[email protected]> | 2026-02-10 13:59:14 -0600 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-10 20:22:30 +0000 |
| commit | fd5531316f858b77274e26975796aec41ba5128c (patch) | |
| tree | 6337bc388da712e35b24e3bf6bdf903b21cecfa4 /packages/web/src/content/docs/tr/troubleshooting.mdx | |
| parent | fbc41475b403a23f004f63289b264c224b9d6b2f (diff) | |
| download | opencode-fd5531316f858b77274e26975796aec41ba5128c.tar.gz opencode-fd5531316f858b77274e26975796aec41ba5128c.zip | |
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/tr/troubleshooting.mdx')
| -rw-r--r-- | packages/web/src/content/docs/tr/troubleshooting.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/tr/troubleshooting.mdx b/packages/web/src/content/docs/tr/troubleshooting.mdx index cd6c87f56..dbf7289a9 100644 --- a/packages/web/src/content/docs/tr/troubleshooting.mdx +++ b/packages/web/src/content/docs/tr/troubleshooting.mdx @@ -277,7 +277,7 @@ Linux kullanicilarinin kopyala/yapistir ozelliginin calismasi icin asagidaki pan ```bash apt install -y xclip -# veya +# or apt install -y xsel ``` @@ -291,7 +291,7 @@ apt install -y wl-clipboard ```bash apt install -y xvfb -# ve su komutlari calistirin: +# and run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & export DISPLAY=:99.0 ``` |
