✨ feat(footer): add configurable footer menu (#197)
This commit is contained in:
@@ -3,12 +3,15 @@ date_locale = "ca_ES"
|
||||
full_stop ="." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "arxiu"
|
||||
tags = "etiquetes"
|
||||
projects = "projectes"
|
||||
about = "sobre mi"
|
||||
contact = "contacte"
|
||||
privacy = "política de privadesa"
|
||||
sitemap = "mapa del lloc"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Llegir més"
|
||||
|
@@ -7,12 +7,15 @@ date_locale = "de_DE"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "archiv"
|
||||
tags = "tags"
|
||||
projects = "projekte"
|
||||
about = "über"
|
||||
contact = "kontakt"
|
||||
privacy = "datenschutzrichtlinie"
|
||||
sitemap = "seitenübersicht"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Weiterlesen"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "en_GB"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "archive"
|
||||
tags = "tags"
|
||||
projects = "projects"
|
||||
about = "about"
|
||||
contact = "contact"
|
||||
privacy = "privacy policy"
|
||||
sitemap = "sitemap"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Read more"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "es_ES"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "archivo"
|
||||
tags = "etiquetas"
|
||||
projects = "proyectos"
|
||||
about = "sobre mí"
|
||||
contact = "contacto"
|
||||
privacy = "política de privacidad"
|
||||
sitemap = "mapa del sitio"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Leer más"
|
||||
|
@@ -7,12 +7,15 @@ date_locale = "fr_FR"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "archives"
|
||||
tags = "étiquettes"
|
||||
projects = "projets"
|
||||
about = "à propos"
|
||||
contact = "contact"
|
||||
privacy = "politique de confidentialité"
|
||||
sitemap = "plan du site"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Lire plus"
|
||||
|
@@ -5,12 +5,15 @@ date_locale = "hi_IN"
|
||||
full_stop ="।" # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "ब्लॉग"
|
||||
archive = "संग्रह"
|
||||
tags = "टैग"
|
||||
projects = "परियोजनाएं"
|
||||
about = "बारे में"
|
||||
contact = "संपर्क"
|
||||
privacy = "गोपनीयता नीति"
|
||||
sitemap = "साइटमैप"
|
||||
|
||||
# Navigation.
|
||||
read_more = "और पढ़ें"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "it_IT"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu.
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "archivio"
|
||||
tags = "tag"
|
||||
projects = "progetti"
|
||||
about = "chi sono"
|
||||
contact = "contatto"
|
||||
privacy = "politica sulla privacy"
|
||||
sitemap = "mappa del sito"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Leggi di più"
|
||||
|
@@ -7,12 +7,15 @@ date_locale = "ja_JP"
|
||||
full_stop = "。" # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "ブログ"
|
||||
archive = "アーカイブ"
|
||||
tags = "タグ"
|
||||
projects = "プロジェクト"
|
||||
about = "自己紹介"
|
||||
contact = "お問い合わせ"
|
||||
privacy = "プライバシーポリシー"
|
||||
sitemap = "サイトマップ"
|
||||
|
||||
# Navigation.
|
||||
read_more = "続きを読む"
|
||||
|
@@ -7,12 +7,15 @@ date_locale = "ko_KR"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "블로그"
|
||||
archive = "아카이브"
|
||||
tags = "태그"
|
||||
projects = "프로젝트"
|
||||
about = "소개"
|
||||
contact = "연락처"
|
||||
privacy = "개인정보 처리방침"
|
||||
sitemap = "사이트맵"
|
||||
|
||||
# Navigation.
|
||||
read_more = "더 읽기"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "pt_PT"
|
||||
full_stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "blog"
|
||||
archive = "arquivo"
|
||||
tags = "etiquetas"
|
||||
projects = "projetos"
|
||||
about = "sobre"
|
||||
contact = "contacto"
|
||||
privacy = "política de privacidade"
|
||||
sitemap = "mapa do site"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Ler mais"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "ru_RU"
|
||||
full-stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu.
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "блог"
|
||||
archive = "архив"
|
||||
tags = "теги"
|
||||
projects = "проекты"
|
||||
about = "обо мне"
|
||||
contact = "контакт"
|
||||
privacy = "политика конфиденциальности"
|
||||
sitemap = "карта сайта"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Читать далее"
|
||||
|
@@ -7,12 +7,15 @@ date_locale = "uk_UA"
|
||||
full-stop = "." # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "блог"
|
||||
archive = "архів"
|
||||
tags = "теги"
|
||||
projects = "проєкти"
|
||||
about = "про мене"
|
||||
contact = "контакт"
|
||||
privacy = "політика конфіденційності"
|
||||
sitemap = "карта сайту"
|
||||
|
||||
# Navigation.
|
||||
read_more = "Читати далі"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "zh_CN"
|
||||
full_stop = "。" # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu.
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "博客"
|
||||
archive = "归档"
|
||||
tags = "标签"
|
||||
projects = "项目"
|
||||
about = "关于"
|
||||
contact = "联系方式" # Machine translated.
|
||||
privacy = "隐私政策" # Machine translated.
|
||||
sitemap = "站点地图" # Machine translated.
|
||||
|
||||
# Navigation.
|
||||
read_more = "阅读全文"
|
||||
|
@@ -3,12 +3,15 @@ date_locale = "zh_TW"
|
||||
full_stop = "。" # Used at the end of a sentence.
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.menu
|
||||
# Should match the names in config.extra.menu and config.extra.footer_menu.
|
||||
blog = "網誌"
|
||||
archive = "歸檔"
|
||||
tags = "標籤"
|
||||
projects = "專案"
|
||||
about = "關於"
|
||||
contact = "聯絡方式" # Machine translated.
|
||||
privacy = "隱私政策" # Machine translated.
|
||||
sitemap = "網站地圖" # Machine translated.
|
||||
|
||||
# Navigation.
|
||||
read_more = "閱讀全文"
|
||||
|
Reference in New Issue
Block a user