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,295 +1,238 @@
<!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" <meta name="keywords" content="ApolloNvim Distro Installation" />
content="ApolloNvim freedom in programming...." <meta name="author" content="Kankys" />
/> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="ApolloNvim Distro Installation" /> <link rel="stylesheet" href="style.css" />
<meta name="author" content="Kankys" /> <link rel="shortcut icon" href="../img/apollonvim.jpg" />
<meta <!--nav bar-->
name="viewport" <script
content="width=device-width, initial-scale=1.0" src="https://kit.fontawesome.com/0a43c6cd1f.js"
/> crossorigin="anonymous"
<link rel="stylesheet" href="style.css" /> ></script>
<link rel="shortcut icon" href="img/icons8-rocket.gif" /> <!--icons dark, go to up-->
<!--nav bar--> <link
<script rel="stylesheet"
src="https://kit.fontawesome.com/0a43c6cd1f.js" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
crossorigin="anonymous" />
></script> <!--ubuntu fonts-->
<!--icons dark, go to up--> <style>
<link @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
rel="stylesheet" </style>
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" <title>ApolloNvim Installation</title>
/> </head>
<!--ubuntu fonts-->
<style>
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
</style>
<title>ApolloNvim Installation</title>
</head>
<body> <body>
<header> <header>
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></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">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> <a href="tutorials.html">Tutorials</a>
<li> </li>
<a href="tutorials.html" <li><a href="/cz/index.html">Česky</a></li>
>Tutorials</a </ul>
> </nav>
</li> <div class="menu-icon">
<li><a href="/cz/index.html">Česky</a></li> <!-- Ikona hamburger -->
</ul> <i class="fa-solid fa-bars"></i>
</nav> <!-- Ikona cross -->
<div class="menu-icon"> <!-- <i class="fa-solid fa-xmark"></i> -->
<!-- Ikona hamburger --> </div>
<i class="fa-solid fa-bars"></i> </header>
<!-- Ikona cross --> <hr />
<!-- <i class="fa-solid fa-xmark"></i> --> <section class="content" id="welcome">
</div> <section id="install">
</header> <h2>Installation and setup:</h2>
<hr /> <p>
<section class="content" id="welcome"> <strong>
<section id="install"> Before installing new plugins, always check the documentation for
<h2>Installation and setup:</h2> the plugins on Github. This will prevent potential problems! If
<p> you're not sure about the procedure or something is not clear, you'd
<strong> better check the documentation,write to us or the forums to find the
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. 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/" </p>
target="_blank" <p>👉 You will need to install plug.vim to install the extension.</p>
>Neovim</a <p>
>. 👉 Go to this
</p> <a href="https://github.com/junegunn/vim-plug" target="_blank"
<p> >page</a
👉 You will need to install plug.vim to install the extension. >
</p> under Installation find your operating system and copy the link under
<p> it into your terminal.
👉 Go to this </p>
<a <p>👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!!</p>
href="https://github.com/junegunn/vim-plug" <p>👉 Linux & Mac:</p>
target="_blank" <div class="code-box">
>page</a <p>/home/user/.config/nvim/init.vim</p>
> under Installation find your operating system and copy the link under it into your terminal. </div>
</p> <p>Windows:</p>
<p> <div class="code-box">
👉 Nejprve si však zálohujte své aktuální nastavení Neovim!!! <p>~\AppData\Local\nvim</p>
</p> </div>
<p>👉 Linux & Mac:</p> </section>
<div class="code-box"> <section id="node">
<p>/home/user/.config/nvim/init.vim</p> <h2>Node.js:</h2>
</div> <p>
<p>Windows:</p> This section is not important if you are not interested in web
<div class="code-box"> application development.
<p>~\AppData\Local\nvim</p> </p>
</div> <p>
</section> 👉 I recommend to have
<section id="node"> <a href="https://nodejs.org/en" href="_blank">Node.js</a> installed.
<h2>Node.js:</h2> </p>
<p> <p>
👉 Doporučuji mít nainstalovaný 👉 Next, install the
<a <a href="https://www.npmjs.com/package/live-server" target="_blank"
href="https://nodejs.org/en" >Live-server</a
href="_blank" >
>Node.js</a in Node.js with the command:
>. </p>
</p> <div class="code-box">
<p> <p>npm i live-server</p>
👉 Dále si v Node.js nainstalujte </div>
<a <p>
href="https://www.npmjs.com/package/live-server" 👉 In your project you will be able to run your index.html command:
target="_blank" </p>
>Live-server</a <div class="code-box">
> <p>npx live-server</p>
příkazem: </div>
</p> <p>👉 For proper LSP functionality, install the following packages:</p>
<div class="code-box">
<p>npm i live-server</p>
</div>
<p>
👉 Ve svém projektu budete moci pouštět
svůj index.html příkazem:
</p>
<div class="code-box">
<p>npx live-server</p>
</div>
<p>
👉 Pro správnou funkčnost LSP si
doinstalujte tyto balíčky:
</p>
<p> <p>
<a <a
href="https://github.com/microsoft/vscode-html-languageservice" href="https://github.com/microsoft/vscode-html-languageservice"
target="_blank" target="_blank"
>vscode-html-langserver</a >vscode-html-langserver</a
> >
</p> </p>
<p> <p>
<a <a
href="https://github.com/microsoft/vscode-css-languageservice" href="https://github.com/microsoft/vscode-css-languageservice"
target="_blank" target="_blank"
>vscode-css-langserver</a >vscode-css-langserver</a
> >
</p> </p>
<p> <p>
<a <a
href="https://github.com/typescript-language-server/typescript-language-server" href="https://github.com/typescript-language-server/typescript-language-server"
target="_blank" target="_blank"
>typescript-language-server</a >typescript-language-server</a
> >
</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" </p>
target="_blank" <p>
>emmet-ls</a <a
> href="https://eslint.org/docs/latest/use/getting-started"
</p> target="_blank"
<p> >eslint</a
<a >
href="https://eslint.org/docs/latest/use/getting-started" </p>
target="_blank" <p>
>eslint</a <a
> href="https://github.com/tailwindlabs/tailwindcss-intellisense/blob/master/packages/tailwindcss-language-server/README.md"
</p> target="_blank"
<p> >vtailwindcss-language-server</a
<a >
href="https://github.com/tailwindlabs/tailwindcss-intellisense/blob/master/packages/tailwindcss-language-server/README.md" </p>
target="_blank" <p>
>vtailwindcss-language-server</a <a href="https://github.com/artempyanykh/marksman" target="_blank"
> >marksman</a
</p> >
<p> </p>
<a <p>
href="https://github.com/artempyanykh/marksman" <a href="https://github.com/markdoc-extra/markdoc-ls" target="_blank"
target="_blank" >markdoc-ls</a
>marksman</a >
> </p>
</p> </section>
<p> <section id="neovim">
<a <h2>Neovim:</h2>
href="https://github.com/markdoc-extra/markdoc-ls" <p>
target="_blank" 👉 The easiest way to install 🚀 ApolloNvim Distro for Linux and macOS
>markdoc-ls</a is to download this repository with the command :
> </p>
</p> <div class="code-box">
</section> <p>
<section id="neovim"> git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git
<h2>Neovim:</h2> ~/.config/nvim
<p> </p>
👉 Nejjednoduší způsob pro instalaci 🚀 ApolloNvim Distra pro Linux a MacOS si stačí stáhnout tento repozitář příkazem : </div>
</p>
<div class="code-box">
<p>git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim</p>
</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> <p>
<p>👉 Odklikejte chybová hlášení.</p> 👉 But if you want you can configure Nvim to your liking and just get
<p> inspired.
👉 V Neovimu zadejte do command line </p>
<strong>PlugIns</strong> , tím <p>
nainstalujete všechny pluginy. 👉 You can run neovim in the terminal with the
Restartujte Neovim. <strong>nvim</strong> command.
</p> </p>
<p> <p>👉 Click on error messages.</p>
👉 Pokud Vám některý plugin chybí, <p>
můžete ho lehce doinstalovat nebo naopak 👉 In Neovim, type <strong>PlugInstall</strong> in the command line , this will install all plugins. Restart Neovim.
odinstalovat pomocí </p>
<strong>plug.vim</strong>. Více <p>
informací najdete na GitHubu 👉 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"
<a >plug.vim</a
href="https://github.com/junegunn/vim-plug" > or I'd be happy to advise you see about us.
target="_blank" </p>
>plug.vim</a <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>.
nebo velmi rád poradím viz. o nás. </p>
</p> <p>
<p> 👉 Enter the Coc command in the command line to install the remaining plugins:
👉 Pokud některý plugin nechcete </p>
používat stačí v souboru <div class="code-box">
<strong>init.vim</strong> ho <p>
zakomentovat pomocí dvojitých uvozovek CocInstall coc-tailwindcss coc-json coc-html-css-support coc-html
<strong>"</strong>. coc-emmet coc-xml coc-tsserver coc-lsp-wl coc-lit-html
</p> coc-htmldjango coc-css coc-markdown-preview-enhanced coc-webview
<p> coc-phpls coc-prettier coc-eslint coc-highlighting
👉 Do command line ještě zadejte Coc </p>
příkaz pro doinstalování zbylých </div>
pluginů: <p>👉 Reboot Neovim once more and you're all set.</p>
</p> <p>
<div class="code-box"> 👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.
<p> </p>
CocInstall coc-tailwindcss </section>
coc-json
coc-html-css-support
coc-html
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>
</div>
<p>
👉 A ještě jednou restartujte Neovim a
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>
</section>
<button <button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
onclick="scrollToTop()" <i class="fas fa-arrow-up"></i>
id="scrollToTopBtn" </button>
title="Go to top" <footer>
> Copyright &copy;
<i class="fas fa-arrow-up"></i> <a href="https://codeberg.org/Kankys" target="_blank"
</button> >Lukáš Kaňka</a
<footer> >
Copyright &copy; 2024 - 2025
<a </footer>
href="https://git.archoslinux.cz/kankys" </section>
target="_blank" <script src="script.js"></script>
>Lukáš Kaňka</a </body>
>
2024 - 2025
</footer>
</section>
<script src="script.js"></script>
</body>
</html> </html>

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"