update lokalize

This commit is contained in:
2025-02-02 07:25:22 +01:00
parent 43e4de881e
commit e18a8a6303
8 changed files with 254 additions and 324 deletions

View File

@ -13,7 +13,7 @@
content="width=device-width, initial-scale=1.0"
/>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="img/icons8-rocket.gif" />
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
<!--nav bar-->
<script
src="https://kit.fontawesome.com/0a43c6cd1f.js"
@ -33,7 +33,7 @@
<body>
<header>
<h1 class="title">🚀ApolloNvim</h1>
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
<!-- Terminal - navigation -->
<nav class="navigation">
@ -45,7 +45,7 @@
>
</li>
<li>
<a href="manuals.html"
<a href="tutorials.html"
>Návody</a
>
</li>
@ -228,29 +228,17 @@
👉 In Neovim, type <strong>PlugInstall</strong> in the command line , this will install all plugins. Restart Neovim.
</p>
<p>
👉 Pokud Vám některý plugin chybí,
můžete ho lehce doinstalovat nebo naopak
odinstalovat pomocí
<strong>plug.vim</strong>. Více
informací najdete na GitHubu
<a
👉 If you are missing a plugin, you can easily install or uninstall it using <strong>plug.vim</strong>. You can find more information on GitHub <a
href="https://github.com/junegunn/vim-plug"
target="_blank"
>plug.vim</a
>
nebo velmi rád poradím viz. o nás.
> or I'd be happy to advise you see about us.
</p>
<p>
👉 Pokud některý plugin nechcete
používat stačí v souboru
<strong>init.vim</strong> ho
zakomentovat pomocí dvojitých uvozovek
<strong>"</strong>.
👉 If you don't want to use a plugin, just comment it out in the <strong>init.vim</strong> file using double quotes <strong>"</strong>.
</p>
<p>
👉 Do command line ještě zadejte Coc
příkaz pro doinstalování zbylých
pluginů:
👉 Enter the Coc command in the command line to install the remaining plugins:
</p>
<div class="code-box">
<p>
@ -274,12 +262,10 @@
</p>
</div>
<p>
👉 A ještě jednou restartujte Neovim a
vše máte připravené.
👉 Reboot Neovim once more and you're all set.
</p>
<p>
👉 Tuto konfiguraci používám na Linuxu i
MacOS. Je ozkoušena i na Windows 11.
👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.
</p>
</section>
@ -293,7 +279,7 @@
<footer>
Copyright &copy;
<a
href="https://git.archoslinux.cz/kankys"
href="https://codeberg.org/Kankys"
target="_blank"
>Lukáš Kaňka</a
>