From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/ananke/i18n/de.toml | 17 ----------------- themes/ananke/i18n/en.toml | 17 ----------------- themes/ananke/i18n/es.toml | 17 ----------------- themes/ananke/i18n/fr.toml | 17 ----------------- themes/ananke/i18n/nl.toml | 17 ----------------- themes/ananke/i18n/pt.toml | 17 ----------------- themes/ananke/i18n/ru.toml | 17 ----------------- themes/ananke/i18n/zh.toml | 17 ----------------- 8 files changed, 136 deletions(-) delete mode 100644 themes/ananke/i18n/de.toml delete mode 100644 themes/ananke/i18n/en.toml delete mode 100644 themes/ananke/i18n/es.toml delete mode 100644 themes/ananke/i18n/fr.toml delete mode 100644 themes/ananke/i18n/nl.toml delete mode 100644 themes/ananke/i18n/pt.toml delete mode 100644 themes/ananke/i18n/ru.toml delete mode 100644 themes/ananke/i18n/zh.toml (limited to 'themes/ananke/i18n') diff --git a/themes/ananke/i18n/de.toml b/themes/ananke/i18n/de.toml deleted file mode 100644 index 12d93bf..0000000 --- a/themes/ananke/i18n/de.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Mehr" - -[allTitle] -other = "Alle {{.Title }}" - -[recentTitle] -other = "Neuste {{.Title }}" - -[readMore] -other = "weiterlesen" - -[whatsInThis] -other = "Was ist in dieser {{ .Type }}" - -[related] -other = "Ähnliches" diff --git a/themes/ananke/i18n/en.toml b/themes/ananke/i18n/en.toml deleted file mode 100644 index 97100a4..0000000 --- a/themes/ananke/i18n/en.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "More" - -[allTitle] -other = "All {{.Title }}" - -[recentTitle] -other = "Recent {{.Title }}" - -[readMore] -other = "read more" - -[whatsInThis] -other = "What's in this {{ .Type }}" - -[related] -other = "Related" diff --git a/themes/ananke/i18n/es.toml b/themes/ananke/i18n/es.toml deleted file mode 100644 index a6c052c..0000000 --- a/themes/ananke/i18n/es.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Más" - -[allTitle] -other = "Todos los {{.Title }}" - -[recentTitle] -other = "{{.Title }} Recientes" - -[readMore] -other = "Leer más" - -[whatsInThis] -other = "Qué hay en este {{ .Type }}" - -[related] -other = "Relacionado" diff --git a/themes/ananke/i18n/fr.toml b/themes/ananke/i18n/fr.toml deleted file mode 100644 index 12c5c83..0000000 --- a/themes/ananke/i18n/fr.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Plus" - -[allTitle] -other = "Tous les {{.Title }}" - -[recentTitle] -other = "{{.Title }} récents" - -[readMore] -other = "lire plus" - -[whatsInThis] -other = "Ce qui est dans {{ .Type }}" - -[related] -other = "Lié" diff --git a/themes/ananke/i18n/nl.toml b/themes/ananke/i18n/nl.toml deleted file mode 100644 index 4555d44..0000000 --- a/themes/ananke/i18n/nl.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Meer" - -[allTitle] -other = "Alle {{.Title }}" - -[recentTitle] -other = "Recente {{.Title }}" - -[readMore] -other = "meer lezen" - -[whatsInThis] -other = "Inhoud van deze {{ .Type }}" - -[related] -other = "Gerelateerd" diff --git a/themes/ananke/i18n/pt.toml b/themes/ananke/i18n/pt.toml deleted file mode 100644 index de3a5ec..0000000 --- a/themes/ananke/i18n/pt.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Mais" - -[allTitle] -other = "Todo o {{.Title }}" - -[recentTitle] -other = "Recentes {{.Title }}" - -[readMore] -other = "Leia mais" - -[whatsInThis] -other = "O que há neste {{ .Type }}" - -[related] -other = "Relacionado" diff --git a/themes/ananke/i18n/ru.toml b/themes/ananke/i18n/ru.toml deleted file mode 100644 index cf07f12..0000000 --- a/themes/ananke/i18n/ru.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "Ещё" - -[allTitle] -other = "Все {{.Title }}" - -[recentTitle] -other = "Недавние {{.Title }}" - -[readMore] -other = "читать дальше" - -[whatsInThis] -other = "Содержание {{ .Type }}" - -[related] -other = "Схожие" diff --git a/themes/ananke/i18n/zh.toml b/themes/ananke/i18n/zh.toml deleted file mode 100644 index 6d2dc4d..0000000 --- a/themes/ananke/i18n/zh.toml +++ /dev/null @@ -1,17 +0,0 @@ -[more] -other = "更多" - -[allTitle] -other = "所有 {{.Title }}" - -[recentTitle] -other = "最近 {{.Title }}" - -[readMore] -other = "繼續閱讀" - -[whatsInThis] -other = "What's in this {{ .Type }}" - -[related] -other = "相關內容" -- cgit v1.2.3