From faabcb7ff3300fc457fd2a18faecaeebf543e75b Mon Sep 17 00:00:00 2001 From: BLZR <34515568+1bl4z3r@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:17:44 +0530 Subject: [PATCH] Delete i18n directory Delete i18n to reduce footprint --- i18n/de.toml | 41 ----------------------------------------- i18n/en.toml | 41 ----------------------------------------- i18n/es.toml | 41 ----------------------------------------- i18n/fr.toml | 41 ----------------------------------------- i18n/it.toml | 38 -------------------------------------- i18n/zh-hans.toml | 41 ----------------------------------------- 6 files changed, 243 deletions(-) delete mode 100644 i18n/de.toml delete mode 100644 i18n/en.toml delete mode 100644 i18n/es.toml delete mode 100644 i18n/fr.toml delete mode 100644 i18n/it.toml delete mode 100644 i18n/zh-hans.toml diff --git a/i18n/de.toml b/i18n/de.toml deleted file mode 100644 index 0937b13..0000000 --- a/i18n/de.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Translations for German -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "Seite nicht gefunden…" - -[home] -other = "Startseite" - -[archives] -other = "Archive" - -# posts/single.html -# -[seeAlso] -other = "Siehe auch" - -[wordCount] -other = "{{ .WordCount }} Wörter" - -[tableOfContents] -other = "Inhalt" - -[newer] -other = "Neuer" - -[older] -other = "Älter" - -# partials/header.html -# -[menu] -other = "Menü" - -[share] -other = "Teilen" - -[featuredImage] -other = "Ausgewähltes Bild" diff --git a/i18n/en.toml b/i18n/en.toml deleted file mode 100644 index 7e0c4dc..0000000 --- a/i18n/en.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Translations for English -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "Oops, page not found…" - -[home] -other = "Home" - -[archives] -other = "Archives" - -# posts/single.html -# -[seeAlso] -other = "See Also" - -[wordCount] -other = "{{ .WordCount }} Words" - -[tableOfContents] -other = "Table of Contents" - -[newer] -other = "Newer" - -[older] -other = "Older" - -# partials/header.html -# -[menu] -other = "Menu" - -[share] -other = "Share" - -[featuredImage] -other = "Featured Image" diff --git a/i18n/es.toml b/i18n/es.toml deleted file mode 100644 index 7b167f6..0000000 --- a/i18n/es.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Translations for Spanish -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "Oops, esta página no fue encontrada…" - -[home] -other = "Inicio" - -[archives] -other = "Archivos" - -# posts/single.html -# -[seeAlso] -other = "Vea también" - -[wordCount] -other = "{{ .WordCount }} Palabras" - -[tableOfContents] -other = "Tabla de Contenido" - -[newer] -other = "Siguiente" - -[older] -other = "Previo" - -# partials/header.html -# -[menu] -other = "Menú" - -[share] -other = "Cuota" - -[featuredImage] -other = "Imagen Presentada" diff --git a/i18n/fr.toml b/i18n/fr.toml deleted file mode 100644 index 33a63f2..0000000 --- a/i18n/fr.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Translations for French -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "Oh non! page non-trouvée…" - -[home] -other = "Accueil" - -[archives] -other = "Archives" - -# posts/single.html -# -[seeAlso] -other = "Voir également" - -[wordCount] -other = "{{ .WordCount }} mots" - -[tableOfContents] -other = "Sommaire" - -[newer] -other = "Suivant" - -[older] -other = "Précédent" - -# partials/header.html -# -[menu] -other = "Menu" - -[share] -other = "Partager" - -[featuredImage] -other = "Image sélectionnée" diff --git a/i18n/it.toml b/i18n/it.toml deleted file mode 100644 index 5a80e3d..0000000 --- a/i18n/it.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Translations for Italian -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "Oops, pagina non trovata…" - -[home] -other = "Home" - -[archives] -other = "Archivi" - -# posts/single.html -# -[wordCount] -other = "{{ .WordCount }} Parole" - -[tableOfContents] -other = "Sommario" - -[newer] -other = "Prossimo" - -[older] -other = "Precedente" - -# partials/header.html -# -[menu] -other = "Menu" - -[share] -other = "Condividere" - -[featuredImage] -other = "Immagine in primo piano" diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml deleted file mode 100644 index 59b80c9..0000000 --- a/i18n/zh-hans.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Translations for Simplified Chinese - 简体中文 -# https://gohugo.io/content-management/multilingual/#translation-of-strings - -# 404.html -# -[notFound] -other = "糟糕,您要访问的页面不存在……" - -[home] -other = "主页" - -[archives] -other = "归档" - -# posts/single.html -# -[seeAlso] -other = "相关推荐" - -[wordCount] -other = "{{ .WordCount }} 字" - -[tableOfContents] -other = "目录" - -[newer] -other = "新" - -[older] -other = "旧" - -# partials/header.html -# -[menu] -other = "菜单" - -[share] -other = "分享" - -[featuredImage] -other = "特色图片"