update lokalize

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

View File

@ -8,7 +8,7 @@
<meta name="author" content="Kankys" /> <meta name="author" content="Kankys" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
<!--icons dark, go to up--> <!--icons dark, go to up-->
@ -22,14 +22,14 @@
<body> <body>
<header> <header>
<h1 class="title">🚀ApolloNvim</h1> <h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
<!-- Terminal - navigation --> <!-- Terminal - navigation -->
<nav class="navigation"> <nav class="navigation">
<ul> <ul>
<li><a href="install.html">Instalace</a></li> <li><a href="install.html">Instalace</a></li>
<li><a href="plugins.html">Pluginy</a></li> <li><a href="plugins.html">Pluginy</a></li>
<li><a href="manuals.html">Návody</a></li> <li><a href="tutorials.html">Návody</a></li>
<li><a href="/en/index.html">English</a></li> <li><a href="/en/index.html">English</a></li>
</ul> </ul>
</nav> </nav>

View File

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

View File

@ -8,7 +8,7 @@
<meta name="author" content="Kankys" /> <meta name="author" content="Kankys" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
<!--icons dark, go to up--> <!--icons dark, go to up-->
@ -22,14 +22,15 @@
<body> <body>
<header> <header>
<h1 class="title">🚀ApolloNvim Pluginy</h1> <h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
<!-- Terminal - navigation --> <!-- Terminal - navigation -->
<nav class="navigation"> <nav class="navigation">
<ul> <ul>
<li><a href="index.html">Domů</a></li> <li><a href="index.html">Domů</a></li>
<li><a href="install.html">Instalace</a></li> <li><a href="install.html">Instalace</a></li>
<li><a href="manuals.html">Návody</a></li> <li><a href="tutorials.html">Návody</a></li>
<li><a href="/en/index.html">English</a></li>
</ul> </ul>
</nav> </nav>
<div class="menu-icon"> <div class="menu-icon">
@ -186,7 +187,7 @@
</button> </button>
<footer> <footer>
Copyright &copy; Copyright &copy;
<a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a> <a href="https://codeberg.org/Kankys" target="_blank">Lukáš Kaňka</a>
2024 - 2025 2024 - 2025
</footer> </footer>
</section> </section>

View File

@ -13,7 +13,7 @@
content="width=device-width, initial-scale=1.0" content="width=device-width, initial-scale=1.0"
/> />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script <script
src="https://kit.fontawesome.com/0a43c6cd1f.js" src="https://kit.fontawesome.com/0a43c6cd1f.js"
@ -33,7 +33,7 @@
<body> <body>
<header> <header>
<h1 class="title">🚀ApolloNvim Návody</h1> <h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
<!-- Terminal - navigation --> <!-- Terminal - navigation -->
<nav class="navigation"> <nav class="navigation">
<ul> <ul>
@ -291,7 +291,7 @@
<footer> <footer>
Copyright &copy; Copyright &copy;
<a <a
href="https://git.archoslinux.cz/kankys" href="https://codeberg.org/Kankys"
target="_blank" target="_blank"
>Lukáš Kaňka</a >Lukáš Kaňka</a
> >

View File

@ -8,7 +8,7 @@
<meta name="author" content="Kankys" /> <meta name="author" content="Kankys" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
<!--icons dark, go to up--> <!--icons dark, go to up-->

View File

@ -1,19 +1,13 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta <meta name="description" content="ApolloNvim freedom in programming...." />
name="description"
content="ApolloNvim freedom in programming...."
/>
<meta name="keywords" content="ApolloNvim Distro Installation" /> <meta name="keywords" content="ApolloNvim Distro Installation" />
<meta name="author" content="Kankys" /> <meta name="author" content="Kankys" />
<meta <meta name="viewport" content="width=device-width, initial-scale=1.0" />
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script <script
src="https://kit.fontawesome.com/0a43c6cd1f.js" src="https://kit.fontawesome.com/0a43c6cd1f.js"
@ -40,14 +34,10 @@
<ul> <ul>
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li> <li>
<a href="plugins.html" <a href="plugins.html">Plugins</a>
>Plugins</a
>
</li> </li>
<li> <li>
<a href="tutorials.html" <a href="tutorials.html">Tutorials</a>
>Tutorials</a
>
</li> </li>
<li><a href="/cz/index.html">Česky</a></li> <li><a href="/cz/index.html">Česky</a></li>
</ul> </ul>
@ -65,32 +55,28 @@
<h2>Installation and setup:</h2> <h2>Installation and setup:</h2>
<p> <p>
<strong> <strong>
Before installing new plugins, always check the documentation for the plugins on Github. This will prevent potential problems! If you're not sure about the procedure or something is not clear, you'd better check the documentation,write to us or the forums to find the answer. Before installing new plugins, always check the documentation for
the plugins on Github. This will prevent potential problems! If
you're not sure about the procedure or something is not clear, you'd
better check the documentation,write to us or the forums to find the
answer.
</strong> </strong>
</p> </p>
<p> <p>
👉 If you don't have it yet, install 👉 If you don't have it yet, install
<a <a href="https://neovim.io/" target="_blank">Neovim</a>.
href="https://neovim.io/"
target="_blank"
>Neovim</a
>.
</p>
<p>
👉 You will need to install plug.vim to install the extension.
</p> </p>
<p>👉 You will need to install plug.vim to install the extension.</p>
<p> <p>
👉 Go to this 👉 Go to this
<a <a href="https://github.com/junegunn/vim-plug" target="_blank"
href="https://github.com/junegunn/vim-plug"
target="_blank"
>page</a >page</a
> under Installation find your operating system and copy the link under it into your terminal. >
</p> under Installation find your operating system and copy the link under
<p> it into your terminal.
👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!!
</p> </p>
<p>👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!!</p>
<p>👉 Linux & Mac:</p> <p>👉 Linux & Mac:</p>
<div class="code-box"> <div class="code-box">
<p>/home/user/.config/nvim/init.vim</p> <p>/home/user/.config/nvim/init.vim</p>
@ -103,36 +89,30 @@
<section id="node"> <section id="node">
<h2>Node.js:</h2> <h2>Node.js:</h2>
<p> <p>
👉 Doporučuji mít nainstalovaný This section is not important if you are not interested in web
<a application development.
href="https://nodejs.org/en"
href="_blank"
>Node.js</a
>.
</p> </p>
<p> <p>
👉 Dále si v Node.js nainstalujte 👉 I recommend to have
<a <a href="https://nodejs.org/en" href="_blank">Node.js</a> installed.
href="https://www.npmjs.com/package/live-server" </p>
target="_blank" <p>
👉 Next, install the
<a href="https://www.npmjs.com/package/live-server" target="_blank"
>Live-server</a >Live-server</a
> >
příkazem: in Node.js with the command:
</p> </p>
<div class="code-box"> <div class="code-box">
<p>npm i live-server</p> <p>npm i live-server</p>
</div> </div>
<p> <p>
👉 Ve svém projektu budete moci pouštět 👉 In your project you will be able to run your index.html command:
svůj index.html příkazem:
</p> </p>
<div class="code-box"> <div class="code-box">
<p>npx live-server</p> <p>npx live-server</p>
</div> </div>
<p> <p>👉 For proper LSP functionality, install the following packages:</p>
👉 Pro správnou funkčnost LSP si
doinstalujte tyto balíčky:
</p>
<p> <p>
<a <a
@ -156,11 +136,7 @@
> >
</p> </p>
<p> <p>
<a <a href="https://github.com/aca/emmet-ls" target="_blank">emmet-ls</a>
href="https://github.com/aca/emmet-ls"
target="_blank"
>emmet-ls</a
>
</p> </p>
<p> <p>
<a <a
@ -177,16 +153,12 @@
> >
</p> </p>
<p> <p>
<a <a href="https://github.com/artempyanykh/marksman" target="_blank"
href="https://github.com/artempyanykh/marksman"
target="_blank"
>marksman</a >marksman</a
> >
</p> </p>
<p> <p>
<a <a href="https://github.com/markdoc-extra/markdoc-ls" target="_blank"
href="https://github.com/markdoc-extra/markdoc-ls"
target="_blank"
>markdoc-ls</a >markdoc-ls</a
> >
</p> </p>
@ -194,97 +166,68 @@
<section id="neovim"> <section id="neovim">
<h2>Neovim:</h2> <h2>Neovim:</h2>
<p> <p>
👉 Nejjednoduší způsob pro instalaci 🚀 ApolloNvim Distra pro Linux a MacOS si stačí stáhnout tento repozitář příkazem : 👉 The easiest way to install 🚀 ApolloNvim Distro for Linux and macOS
is to download this repository with the command :
</p> </p>
<div class="code-box"> <div class="code-box">
<p>git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim</p> <p>
git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git
~/.config/nvim
</p>
</div> </div>
<p> <p>
👉 Pozor tento příkaz výše vám přepíše dosavadní složku nvim v ~/.config/nvim. <strong>Nezapomeňte na zálohu stávající složky nvim než ji přepíšete novou s tohoto repozitáře například že původní přejmenujete nvim.bak.</strong> 👉 Note this command above will overwrite the existing nvim folder in
</p> ~/.config/nvim.
<p> <strong
👉 Ale pokud chcete můžete si Nvim nakonfigurovat dle sebe a jen se inspirovat. >Don't forget to back up the existing nvim folder before you
</p> overwrite it with a new one from this repository, for example by
<p> renaming the original nvim.bak.</strong
👉 Neovim pustíte v terminálu příkazem
<strong>nvim</strong>.
</p>
<p>👉 Odklikejte chybová hlášení.</p>
<p>
👉 V Neovimu zadejte do command line
<strong>PlugIns</strong> , tím
nainstalujete všechny pluginy.
Restartujte 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
href="https://github.com/junegunn/vim-plug"
target="_blank"
>plug.vim</a
> >
nebo velmi rád poradím viz. o nás.
</p> </p>
<p> <p>
👉 Pokud některý plugin nechcete 👉 But if you want you can configure Nvim to your liking and just get
používat stačí v souboru inspired.
<strong>init.vim</strong> ho
zakomentovat pomocí dvojitých uvozovek
<strong>"</strong>.
</p> </p>
<p> <p>
👉 Do command line ještě zadejte Coc 👉 You can run neovim in the terminal with the
příkaz pro doinstalování zbylých <strong>nvim</strong> command.
pluginů: </p>
<p>👉 Click on error messages.</p>
<p>
👉 In Neovim, type <strong>PlugInstall</strong> in the command line , this will install all plugins. Restart Neovim.
</p>
<p>
👉 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
> or I'd be happy to advise you see about us.
</p>
<p>
👉 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>
👉 Enter the Coc command in the command line to install the remaining plugins:
</p> </p>
<div class="code-box"> <div class="code-box">
<p> <p>
CocInstall coc-tailwindcss CocInstall coc-tailwindcss coc-json coc-html-css-support coc-html
coc-json coc-emmet coc-xml coc-tsserver coc-lsp-wl coc-lit-html
coc-html-css-support coc-htmldjango coc-css coc-markdown-preview-enhanced coc-webview
coc-html coc-phpls coc-prettier coc-eslint coc-highlighting
coc-emmet
coc-xml
coc-tsserver
coc-lsp-wl
coc-lit-html
coc-htmldjango
coc-css
coc-markdown-preview-enhanced
coc-webview
coc-phpls
coc-prettier
coc-eslint
coc-highlighting
</p> </p>
</div> </div>
<p>👉 Reboot Neovim once more and you're all set.</p>
<p> <p>
👉 A ještě jednou restartujte Neovim a 👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.
vše máte připravené.
</p>
<p>
👉 Tuto konfiguraci používám na Linuxu i
MacOS. Je ozkoušena i na Windows 11.
</p> </p>
</section> </section>
<button <button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
onclick="scrollToTop()"
id="scrollToTopBtn"
title="Go to top"
>
<i class="fas fa-arrow-up"></i> <i class="fas fa-arrow-up"></i>
</button> </button>
<footer> <footer>
Copyright &copy; Copyright &copy;
<a <a href="https://codeberg.org/Kankys" target="_blank"
href="https://git.archoslinux.cz/kankys"
target="_blank"
>Lukáš Kaňka</a >Lukáš Kaňka</a
> >
2024 - 2025 2024 - 2025

View File

@ -8,7 +8,7 @@
<meta name="author" content="Kankys" /> <meta name="author" content="Kankys" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
<!--icons dark, go to up--> <!--icons dark, go to up-->

View File

@ -13,7 +13,7 @@
content="width=device-width, initial-scale=1.0" content="width=device-width, initial-scale=1.0"
/> />
<link rel="stylesheet" href="style.css" /> <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--> <!--nav bar-->
<script <script
src="https://kit.fontawesome.com/0a43c6cd1f.js" src="https://kit.fontawesome.com/0a43c6cd1f.js"