From 60a2d7e75d9becd5f76d49ff70762f090e50cf08 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Sun, 1 Nov 2020 03:14:19 +0600 Subject: [PATCH] Fix translation + navbar CSS --- i18n/bn.toml | 18 +++++++++++++++++ i18n/de.toml | 18 +++++++++++++++++ i18n/en.toml | 18 +++++++++++++++++ i18n/fr.toml | 18 +++++++++++++++++ i18n/id.toml | 20 ++++++++++++++++++- layouts/_default/list.html | 2 +- layouts/_default/single.html | 6 +++--- .../navigators/next-prev-navigator.html | 4 ++-- static/assets/css/layouts/single.css | 10 ++++++++++ 9 files changed, 107 insertions(+), 7 deletions(-) diff --git a/i18n/bn.toml b/i18n/bn.toml index 958f564..5f6e04a 100644 --- a/i18n/bn.toml +++ b/i18n/bn.toml @@ -5,6 +5,9 @@ other = "হোম" [posts] other = "পোষ্ট সমূহ" +[toc_heading] +other = "সুচিপত্র" + [resume] other = "আমার জীবনবৃত্তান্ত" @@ -14,6 +17,12 @@ other = "নেভিগেশন" [contact_me] other = "আমার সাথে যোগাযোগ করুনঃ" +[email] +other = "ইমেইল" + +[phone] +other = "ফোন" + [newsletter_text] other = "ইমেইল নোটিফিকেশান এর মাধ্যমে সর্বশেষ তথ্য জানুন" @@ -28,3 +37,12 @@ other = "জমা দিন" [hugoAttributionText] other = "পাওয়ারড বাই" + +[prev] +other = "পূর্ববর্তী" + +[next] +other = "পরবর্তী" + +[improve_this_page] +other = "এই পৃষ্ঠাটি উন্নত করুন" \ No newline at end of file diff --git a/i18n/de.toml b/i18n/de.toml index 779e415..f0c4b9b 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -5,6 +5,9 @@ other = "Home" [posts] other = "Beiträge" +[toc_heading] +other = "Inhoudsopgave" + [at] other = "bei" @@ -17,6 +20,12 @@ other = "Navigation" [contact_me] other = "Kontakt aufnehmen" +[email] +other = "E-mail" + +[phone] +other = "Telefoon" + [newsletter_text] other = "Mit dem Newsletter auf dem neuesten Stand bleiben" @@ -31,3 +40,12 @@ other = "Absenden" [hugoAttributionText] other = "Powered by" + +[prev] +other = "Vorige" + +[next] +other = "De volgende" + +[improve_this_page] +other = "Verbeter deze pagina" \ No newline at end of file diff --git a/i18n/en.toml b/i18n/en.toml index a768334..0831649 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -5,6 +5,9 @@ other = "Home" [posts] other = "Posts" +[toc_heading] +other = "Table of Contents" + [at] other = "at" @@ -17,6 +20,12 @@ other = "Navigation" [contact_me] other = "Contact me:" +[email] +other = "Email" + +[phone] +other = "Phone" + [newsletter_text] other = "Stay up to date with email notification" @@ -31,3 +40,12 @@ other = "Submit" [hugoAttributionText] other = "Powered by" + +[prev] +other = "Prev" + +[next] +other = "Next" + +[improve_this_page] +other = "Improve this page" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index 0640574..0157e98 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -5,6 +5,9 @@ other = "Accueil" [posts] other = "Des postes" +[toc_heading] +other = "Table des matières" + [at] other = "chez" @@ -17,6 +20,12 @@ other = "Naviguation" [contact_me] other = "Contactez moi :" +[email] +other = "Email" + +[phone] +other = "Téléphone" + [newsletter_text] other = "Restez à jour par e-mail" @@ -31,3 +40,12 @@ other = "Envoyer" [hugoAttributionText] other = "Alimenté par" + +[prev] +other = "Précédent" + +[next] +other = "Suivant" + +[improve_this_page] +other = "Améliorez cette page" \ No newline at end of file diff --git a/i18n/id.toml b/i18n/id.toml index 22b377f..c84fc44 100644 --- a/i18n/id.toml +++ b/i18n/id.toml @@ -5,6 +5,9 @@ other = "Beranda" [posts] other = "Artikel" +[toc_heading] +other = "Daftar Isi" + [at] other = "at" @@ -17,6 +20,12 @@ other = "Navigasi" [contact_me] other = "Hubungi saya:" +[email] +other = "Surel" + +[phone] +other = "Telepon" + [newsletter_text] other = "Ingin selalu update dengan notifikasi email" @@ -30,4 +39,13 @@ other = "Kami tidak pernah berbagi data email dengan siapapun." other = "Kirim" [hugoAttributionText] -other = "Didukung oleh" \ No newline at end of file +other = "Didukung oleh" + +[prev] +other = "Sebelumnya" + +[next] +other = "Lanjut" + +[improve_this_page] +other = "Perbaiki halaman ini" \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 080337c..c8a5dfd 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -19,7 +19,7 @@