chore: some changes

main
Zakhar Timoshenko 2 years ago
parent ceb7bac937
commit e56aee690e
Signed by: Xtimms
SSH Key Fingerprint: SHA256:wH6spYepK/A5erBh7ZyAnr1ru9H4eaMVBEuiw6DSpxI

@ -109,7 +109,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
}, },
{ {
text: "Explore", text: "Explore",
link: "/manuals/faq/explore/",
collapsed: true, collapsed: true,
items: [ items: [
{ {

@ -78,7 +78,7 @@ export default defineConfigWithTheme<Theme.Config>({
options: { options: {
locales: { locales: {
...searchLocaleEn, ...searchLocaleEn,
...searchLocaleRu, // ...searchLocaleRu,
...searchLocaleUa, ...searchLocaleUa,
}, },
}, },
@ -89,7 +89,7 @@ export default defineConfigWithTheme<Theme.Config>({
locales: { locales: {
...root, ...root,
...ru, // ...ru,
...ua, ...ua,
}, },

@ -118,7 +118,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
}, },
{ {
text: "Explore", text: "Explore",
link: "/manuals/faq/explore/",
collapsed: true, collapsed: true,
items: [ items: [
{ {

@ -45,7 +45,7 @@ const navigationMappings: Record<string, Navigation> = {
// Favourites // Favourites
"favourites_three_dots": { name: "Three dots", icon: iconMappings.threeDots, dependsOn: "main_favourites" }, "favourites_three_dots": { name: "Three dots", icon: iconMappings.threeDots, dependsOn: "main_favourites" },
"favourites_manage_categories" : { name: "Manage categories", dependsOn: "favourites_three_dots" }, "favourites_manage_categories" : { name: "Favourite categories", dependsOn: "favourites_three_dots" },
// Settings submenu // Settings submenu
"appearance": { name: "Appearance", icon: iconMappings.paletteOutline, dependsOn: "main_settings" }, "appearance": { name: "Appearance", icon: iconMappings.paletteOutline, dependsOn: "main_settings" },

@ -109,7 +109,6 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
}, },
{ {
text: "Огляд", text: "Огляд",
link: "/ua/manuals/faq/explore/",
collapsed: true, collapsed: true,
items: [ items: [
{ {

@ -1,9 +0,0 @@
---
title: Explore
description: Help center of Explore section.
lastUpdated: false
editLink: false
prev: false
next: false
footer: false
---

@ -82,4 +82,8 @@ More information about backup and restore is listed [here](/manuals/guides/backu
::: :::
## Can I restore my Tachiyomi backup to Kotatsu? ## Can I restore my Tachiyomi backup to Kotatsu?
No, you can't. This is due to the difficulty in supporting and adapting the `.proto.gz` format that **Tachiyomi** uses. Also **Kotatsu** and **Tachiyomi** and its forks have different data structures that they use. No, you can't. This is due to the difficulty in supporting and adapting the `.proto.gz` or `.tachibk` format that **Tachiyomi** uses. Also **Kotatsu** and **Tachiyomi** and its forks have different data structures that they use. For **Neko for MangaDex** users we recommend to use [Nekotatsu](https://github.com/PhantomShift/nekotatsu).
:::tip Usage from project README
`$ nekotatsu (input neko.tachibk) (optional output name)`
:::

@ -48,7 +48,7 @@ If you're the only one facing a problem, you might be encountering an IP ban, or
- Avoid using downloads with the source. - Avoid using downloads with the source.
- Reduce the number of series in your favourites/history from that source. - Reduce the number of series in your favourites/history from that source.
::: warning ::: warning Warning
These are general guidelines as each site has its specific undisclosed limits and triggers. These are general guidelines as each site has its specific undisclosed limits and triggers.
::: :::
@ -59,6 +59,6 @@ When everyone experiences a problem, it could be with the source or app:
1. Check closed issues ([app](https://github.com/KotatsuApp/Kotatsu/issues?q=is%3Aissue+is%3Aclosed)/[parsers](https://github.com/KotatsuApp/kotatsu-parsers/issues?q=is%3Aissue+is%3Aclosed)) in case it's resolved but not yet released. 1. Check closed issues ([app](https://github.com/KotatsuApp/Kotatsu/issues?q=is%3Aissue+is%3Aclosed)/[parsers](https://github.com/KotatsuApp/kotatsu-parsers/issues?q=is%3Aissue+is%3Aclosed)) in case it's resolved but not yet released.
1. If not found, create a new issue. 1. If not found, create a new issue.
::: warning ::: warning Warning
If the site itself is problematic, patience is the only solution until it becomes functional again. If the site itself is problematic, patience is the only solution until it becomes functional again.
::: :::

@ -1,8 +0,0 @@
{
"ace": "Ace",
"scripts": "Полезные скрипты",
"manager-customize": "Кастомизация панели управления",
"moxi": "Moxi",
"tinymce-rte": "TinyMCE Rich Text Editor",
"zoomx": "ZoomX"
}

@ -1,30 +0,0 @@
---
title: Внести вклад
description: Узнайте, как помочь перевести или улучшить приложение и парсеры.
author: ztimms73
---
# Внести вклад
Узнайте, как помочь перевести или улучшить приложение и парсеры.
## Код
Умеете программировать и хотите что-то улучшить или вы вообще хотите поддержать развитие приложения?
[![KotatsuApp/Kotatsu - GitHub](https://gh-card.dev/repos/KotatsuApp/Kotatsu.svg)](https://github.com/KotatsuApp/Kotatsu)
[![KotatsuApp/kotatsu-parsers - GitHub](https://gh-card.dev/repos/KotatsuApp/kotatsu-parsers.svg)](https://github.com/KotatsuApp/kotatsu-parsers)
[![KotatsuApp/website - GitHub](https://gh-card.dev/repos/KotatsuApp/website.svg)](https://github.com/KotatsuApp/website)
## Перевод
![Graph of Weblate Translations](https://hosted.weblate.org/widgets/kotatsu/-/strings/open-graph.png)
Хотите помочь перевести приложение на ваш язык? Вы можете легко помочь, воспользовавшись сервисом под названием **Weblate**.
### Полезные ссылки
* [Руководство для переводчиков](https://docs.weblate.org/en/latest/user/translating.html)
* [Второстепенные языки](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages)
* [Глоссарий](https://docs.weblate.org/en/latest/user/translating.html#glossary)
## Добровольное пожертвование
Если вы не можете внести свой вклад ни в код, ни в переводы, но все же хотите помочь, то вы можете внести свой вклад непосредственно основателю проекта [Koitharu](https://github.com/Koitharu/) используя сервис переводов денежных средств [YooMoney](https://yoomoney.ru/to/410012543938752).
Loading…
Cancel
Save