Add support for git creation date, see #2551

This commit is contained in:
Tim Vink 2021-04-19 10:31:49 +02:00
parent b3c0163b3b
commit 8029b58d3d
51 changed files with 65 additions and 1 deletions

View File

@ -39,6 +39,7 @@ assignees: ''
"skip.link.title": "Skip to content", "skip.link.title": "Skip to content",
"source.link.title": "Go to repository", "source.link.title": "Go to repository",
"source.revision.date": "Last update", "source.revision.date": "Last update",
"source.revision.date_created": "Created",
"tabs.title": "Tabs", "tabs.title": "Tabs",
"toc.title": "Table of contents" "toc.title": "Table of contents"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -186,6 +186,17 @@ The following options are supported:
fallback_to_build_date: true fallback_to_build_date: true
``` ```
`enable_creation_date`{ #enable_creation_date }
: :octicons-milestone-24: Default: `false` This option specifies whether to also add a page *Created* date at the bottom of each page.
``` yaml
plugins:
- git-revision-date-localized:
enable_creation_date: true
```
_Material for MkDocs doesn't provide official support for the other options of _Material for MkDocs doesn't provide official support for the other options of
this plugin, so they may be supported but might yield unexpected results. this plugin, so they may be supported but might yield unexpected results.
Use them at your own risk._ Use them at your own risk._

View File

@ -39,5 +39,6 @@
"skip.link.title": "Slaan oor na inhoud", "skip.link.title": "Slaan oor na inhoud",
"source.link.title": "Slaan oor na inhoud", "source.link.title": "Slaan oor na inhoud",
"source.revision.date": "Laaste opdatering", "source.revision.date": "Laaste opdatering",
"source.revision.date_created": "Geskep",
"toc.title": "Inhoudsopgawe" "toc.title": "Inhoudsopgawe"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -40,5 +40,6 @@
"skip.link.title": "انتقل إلى المحتوى", "skip.link.title": "انتقل إلى المحتوى",
"source.link.title": "اذهب إلى المصدر", "source.link.title": "اذهب إلى المصدر",
"source.revision.date": "اخر تحديث", "source.revision.date": "اخر تحديث",
"source.revision.date_created": "خلقت",
"toc.title": "جدول المحتويات" "toc.title": "جدول المحتويات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -45,6 +45,7 @@
"skip.link.title": "Към съдържанието", "skip.link.title": "Към съдържанието",
"source.link.title": "Към хранилището", "source.link.title": "Към хранилището",
"source.revision.date": "Последна промяна", "source.revision.date": "Последна промяна",
"source.revision.date_created": "Създаден",
"tabs.title": "Табове", "tabs.title": "Табове",
"toc.title": "Съдържание" "toc.title": "Съдържание"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -43,6 +43,7 @@
"skip.link.title": "কনটেন্টে যান", "skip.link.title": "কনটেন্টে যান",
"source.link.title": "রিপোজিটরিতে যান", "source.link.title": "রিপোজিটরিতে যান",
"source.revision.date": "শেষ আপডেট", "source.revision.date": "শেষ আপডেট",
"source.revision.date_created": "তৈরি হয়েছে",
"tabs.title": "ট্যাব", "tabs.title": "ট্যাব",
"toc.title": "টেবিল অফ কনটেন্ট" "toc.title": "টেবিল অফ কনটেন্ট"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Salta el contingut", "skip.link.title": "Salta el contingut",
"source.link.title": "Ves al repositori", "source.link.title": "Ves al repositori",
"source.revision.date": "Darrera actualització", "source.revision.date": "Darrera actualització",
"source.revision.date_created": "Creada",
"toc.title": "Taula de continguts" "toc.title": "Taula de continguts"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Přeskočit obsah", "skip.link.title": "Přeskočit obsah",
"source.link.title": "Přejít do repozitáře", "source.link.title": "Přejít do repozitáře",
"source.revision.date": "Poslední aktualizace", "source.revision.date": "Poslední aktualizace",
"source.revision.date_created": "Vytvořeno",
"toc.title": "Obsah" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Gå til indholdet", "skip.link.title": "Gå til indholdet",
"source.link.title": "Åbn arkiv", "source.link.title": "Åbn arkiv",
"source.revision.date": "Sidste ændring", "source.revision.date": "Sidste ændring",
"source.revision.date_created": "Oprettet",
"toc.title": "Indholdsfortegnelse" "toc.title": "Indholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -43,5 +43,6 @@
"skip.link.title": "Zum Inhalt", "skip.link.title": "Zum Inhalt",
"source.link.title": "Quellcode", "source.link.title": "Quellcode",
"source.revision.date": "Letztes Update", "source.revision.date": "Letztes Update",
"source.revision.date_created": "Erstellt",
"toc.title": "Inhaltsverzeichnis" "toc.title": "Inhaltsverzeichnis"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -50,6 +50,7 @@
"skip.link.title": "Skip to content", "skip.link.title": "Skip to content",
"source.link.title": "Go to repository", "source.link.title": "Go to repository",
"source.revision.date": "Last update", "source.revision.date": "Last update",
"source.revision.date_created": "Created",
"tabs.title": "Tabs", "tabs.title": "Tabs",
"toc.title": "Table of contents" "toc.title": "Table of contents"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -43,6 +43,7 @@
"skip.link.title": "Saltu al enhavo", "skip.link.title": "Saltu al enhavo",
"source.link.title": "Iru al deponejo", "source.link.title": "Iru al deponejo",
"source.revision.date": "Lasta ĝisdatigo", "source.revision.date": "Lasta ĝisdatigo",
"source.revision.date_created": "Kreita",
"tabs.title": "Langetoj", "tabs.title": "Langetoj",
"toc.title": "Enhavtabelo" "toc.title": "Enhavtabelo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -47,6 +47,7 @@
"skip.link.title": "Saltar a contenido", "skip.link.title": "Saltar a contenido",
"source.link.title": "Ir al repositorio", "source.link.title": "Ir al repositorio",
"source.revision.date": "Última actualización", "source.revision.date": "Última actualización",
"source.revision.date_created": "Created",
"tabs.title": "Pestañas", "tabs.title": "Pestañas",
"toc.title": "Tabla de contenidos" "toc.title": "Tabla de contenidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Keri sisuni", "skip.link.title": "Keri sisuni",
"source.link.title": "Ava repositooriumis", "source.link.title": "Ava repositooriumis",
"source.revision.date": "Viimane uuendus", "source.revision.date": "Viimane uuendus",
"source.revision.date_created": "Loodud",
"toc.title": "Sisukord" "toc.title": "Sisukord"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -40,5 +40,6 @@
"skip.link.title": "پرش به محتویات", "skip.link.title": "پرش به محتویات",
"source.link.title": "رفتن به مخزن", "source.link.title": "رفتن به مخزن",
"source.revision.date": "اخرین بروزرسانی", "source.revision.date": "اخرین بروزرسانی",
"source.revision.date_created": "ایجاد شده",
"toc.title": "فهرست موضوعات" "toc.title": "فهرست موضوعات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Hyppää sisältöön", "skip.link.title": "Hyppää sisältöön",
"source.link.title": "Mene repositoryyn", "source.link.title": "Mene repositoryyn",
"source.revision.date": "Viimeisin päivitys", "source.revision.date": "Viimeisin päivitys",
"source.revision.date_created": "Luotu",
"toc.title": "Sisällysluettelo" "toc.title": "Sisällysluettelo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Aller au contenu", "skip.link.title": "Aller au contenu",
"source.link.title": "Aller au dépôt", "source.link.title": "Aller au dépôt",
"source.revision.date": "Dernière mise à jour", "source.revision.date": "Dernière mise à jour",
"source.revision.date_created": "Créé",
"toc.title": "Table des matières" "toc.title": "Table des matières"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Ir ao contido", "skip.link.title": "Ir ao contido",
"source.link.title": "Ir ao repositorio", "source.link.title": "Ir ao repositorio",
"source.revision.date": "Última actualización", "source.revision.date": "Última actualización",
"source.revision.date_created": "Creada",
"toc.title": "Táboa de contidos" "toc.title": "Táboa de contidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Μετάβαση στο περιεχόμενο", "skip.link.title": "Μετάβαση στο περιεχόμενο",
"source.link.title": "Μετάβαση στο αποθετήριο", "source.link.title": "Μετάβαση στο αποθετήριο",
"source.revision.date": "τελευταία ενημέρωση", "source.revision.date": "τελευταία ενημέρωση",
"source.revision.date_created": "Δημιουργήθηκε",
"toc.title": "Πίνακας περιεχομένων" "toc.title": "Πίνακας περιεχομένων"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -40,5 +40,6 @@
"skip.link.title": "דלג לתוכן", "skip.link.title": "דלג לתוכן",
"source.link.title": "עבור אל מאגר", "source.link.title": "עבור אל מאגר",
"source.revision.date": "העדכון אחרון", "source.revision.date": "העדכון אחרון",
"source.revision.date_created": "נוצר",
"toc.title": "תוכן העניינים" "toc.title": "תוכן העניינים"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "विषय पर बढ़ें", "skip.link.title": "विषय पर बढ़ें",
"source.link.title": "रिपॉजिटरी पर जाएं", "source.link.title": "रिपॉजिटरी पर जाएं",
"source.revision.date": "आखिरी अपडेट", "source.revision.date": "आखिरी अपडेट",
"source.revision.date_created": "बनाया था",
"toc.title": "विषय - सूची" "toc.title": "विषय - सूची"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Preskočite na sadržaj", "skip.link.title": "Preskočite na sadržaj",
"source.link.title": "Idite u repozitorij", "source.link.title": "Idite u repozitorij",
"source.revision.date": "Zadnje ažuriranje", "source.revision.date": "Zadnje ažuriranje",
"source.revision.date_created": "Stvoreno",
"toc.title": "Sadržaj" "toc.title": "Sadržaj"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -47,6 +47,7 @@
"skip.link.title": "Kihagyás", "skip.link.title": "Kihagyás",
"source.link.title": "Főoldalra ugrás", "source.link.title": "Főoldalra ugrás",
"source.revision.date": "Utolsó frissítés", "source.revision.date": "Utolsó frissítés",
"source.revision.date_created": "Létrehozva",
"tabs.title": "Lapok", "tabs.title": "Lapok",
"toc.title": "Tartalomjegyzék" "toc.title": "Tartalomjegyzék"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Lewati ke isi", "skip.link.title": "Lewati ke isi",
"source.link.title": "Menuju repositori", "source.link.title": "Menuju repositori",
"source.revision.date": "Pembaharuan Terakhir", "source.revision.date": "Pembaharuan Terakhir",
"source.revision.date_created": "Dibuat",
"toc.title": "Daftar isi" "toc.title": "Daftar isi"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -44,6 +44,7 @@
"skip.link.title": "Hoppa yfir í efni", "skip.link.title": "Hoppa yfir í efni",
"source.link.title": "Fara í gagnahirslu (e. repository)", "source.link.title": "Fara í gagnahirslu (e. repository)",
"source.revision.date": "Síðasta uppfærsla", "source.revision.date": "Síðasta uppfærsla",
"source.revision.date_created": "Búið til",
"tabs.title": "Flipar", "tabs.title": "Flipar",
"toc.title": "Efnisyfirlit" "toc.title": "Efnisyfirlit"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Vai al contenuto", "skip.link.title": "Vai al contenuto",
"source.link.title": "Apri repository", "source.link.title": "Apri repository",
"source.revision.date": "Ultimo aggiornamento", "source.revision.date": "Ultimo aggiornamento",
"source.revision.date_created": "Creata",
"toc.title": "Indice" "toc.title": "Indice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -49,6 +49,7 @@
"skip.link.title": "コンテンツにスキップ", "skip.link.title": "コンテンツにスキップ",
"source.link.title": "リポジトリへ", "source.link.title": "リポジトリへ",
"source.revision.date": "最終更新日", "source.revision.date": "最終更新日",
"source.revision.date_created": "作成した",
"tabs.title": "タブ", "tabs.title": "タブ",
"toc.title": "目次" "toc.title": "目次"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -43,6 +43,7 @@
"skip.link.title": "კონტენტზე გადასვლა", "skip.link.title": "კონტენტზე გადასვლა",
"source.link.title": "საცავში გადასვლა", "source.link.title": "საცავში გადასვლა",
"source.revision.date": "ბოლო განახლება", "source.revision.date": "ბოლო განახლება",
"source.revision.date_created": "შეიქმნა",
"tabs.title": "ტაბები", "tabs.title": "ტაბები",
"toc.title": "სარჩევი" "toc.title": "სარჩევი"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"search.result.other": "#개의 일치하는 문서", "search.result.other": "#개의 일치하는 문서",
"source.link.title": "저장소로 이동", "source.link.title": "저장소로 이동",
"source.revision.date": "마지막 업데이트", "source.revision.date": "마지막 업데이트",
"source.revision.date_created": "만들어진",
"toc.title": "목차" "toc.title": "목차"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -43,6 +43,7 @@
"skip.link.title": "မာတိကာ သို့ သွားရန်", "skip.link.title": "မာတိကာ သို့ သွားရန်",
"source.link.title": "repository သို့ သွားရန်", "source.link.title": "repository သို့ သွားရန်",
"source.revision.date": "နောက်ဆုံး ထုတ်ပြန်ချက်", "source.revision.date": "နောက်ဆုံး ထုတ်ပြန်ချက်",
"source.revision.date_created": "နေပြည်တော်",
"tabs.title": "တက်များ", "tabs.title": "တက်များ",
"toc.title": "ပါဝင်အကြောင်းအရာများ" "toc.title": "ပါဝင်အကြောင်းအရာများ"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,6 +38,7 @@
"search.result.other": "# overeenkomende documenten", "search.result.other": "# overeenkomende documenten",
"skip.link.title": "Ga naar inhoud", "skip.link.title": "Ga naar inhoud",
"source.link.title": "Ga naar repository", "source.link.title": "Ga naar repository",
"source.revision.date": "Laatst geüpdatet op", "source.revision.date": "Laatst geüpdatet",
"source.revision.date_created": "Gecreëerd",
"toc.title": "Inhoudsopgave" "toc.title": "Inhoudsopgave"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Gå til innhald", "skip.link.title": "Gå til innhald",
"source.link.title": "Gå til kjelde", "source.link.title": "Gå til kjelde",
"source.revision.date": "Siste oppdatering", "source.revision.date": "Siste oppdatering",
"source.revision.date_created": "Laget",
"toc.title": "Innhaldsliste" "toc.title": "Innhaldsliste"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Gå til innhold", "skip.link.title": "Gå til innhold",
"source.link.title": "Gå til kilde", "source.link.title": "Gå til kilde",
"source.revision.date": "Siste oppdatering", "source.revision.date": "Siste oppdatering",
"source.revision.date_created": "Created",
"toc.title": "Innholdsfortegnelse" "toc.title": "Innholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -47,6 +47,7 @@
"skip.link.title": "Przejdź do treści", "skip.link.title": "Przejdź do treści",
"source.link.title": "Idź do repozytorium", "source.link.title": "Idź do repozytorium",
"source.revision.date": "Ostatnia aktualizacja", "source.revision.date": "Ostatnia aktualizacja",
"source.revision.date_created": "Utworzony",
"tabs.title": "Zakładki", "tabs.title": "Zakładki",
"toc.title": "Spis treści" "toc.title": "Spis treści"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Ir para o conteúdo", "skip.link.title": "Ir para o conteúdo",
"source.link.title": "Ir ao repositório", "source.link.title": "Ir ao repositório",
"source.revision.date": "Última atualização", "source.revision.date": "Última atualização",
"source.revision.date_created": "Criada",
"toc.title": "Índice" "toc.title": "Índice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Sari la conținut", "skip.link.title": "Sari la conținut",
"source.link.title": "Accesează repository-ul", "source.link.title": "Accesează repository-ul",
"source.revision.date": "Ultima actualizare", "source.revision.date": "Ultima actualizare",
"source.revision.date_created": "Creată",
"toc.title": "Cuprins" "toc.title": "Cuprins"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Перейти к содержанию", "skip.link.title": "Перейти к содержанию",
"source.link.title": "Перейти к репозиторию", "source.link.title": "Перейти к репозиторию",
"source.revision.date": "Последнее обновление", "source.revision.date": "Последнее обновление",
"source.revision.date_created": "Созданный",
"toc.title": "Содержание" "toc.title": "Содержание"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -37,5 +37,6 @@
"search.result.other": "# rezultata pretrage", "search.result.other": "# rezultata pretrage",
"skip.link.title": "Idi na tekst", "skip.link.title": "Idi na tekst",
"source.link.title": "Idi u repozitorijum", "source.link.title": "Idi u repozitorijum",
"source.revision.date_created": "Створено",
"toc.title": "Sadržaj" "toc.title": "Sadržaj"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -45,6 +45,7 @@
"skip.link.title": "අන්තර්ගතය වෙත යන්න", "skip.link.title": "අන්තර්ගතය වෙත යන්න",
"source.link.title": "රිපොසිටරියට යන්න", "source.link.title": "රිපොසිටරියට යන්න",
"source.revision.date": "අවසන් යාවත්කාලීන වීම", "source.revision.date": "අවසන් යාවත්කාලීන වීම",
"source.revision.date_created": "ٺاھيو ويو",
"tabs.title": "ටැබ්ස්", "tabs.title": "ටැබ්ස්",
"toc.title": "පටුන" "toc.title": "පටුන"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Preskočiť na obsah", "skip.link.title": "Preskočiť na obsah",
"source.link.title": "Zobraziť repozitár", "source.link.title": "Zobraziť repozitár",
"source.revision.date": "Posledná aktualizácia", "source.revision.date": "Posledná aktualizácia",
"source.revision.date_created": "Vytvorené",
"toc.title": "Obsah" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"skip.link.title": "Skoči na vsebino", "skip.link.title": "Skoči na vsebino",
"source.link.title": "Pojdi na repozitorij", "source.link.title": "Pojdi na repozitorij",
"source.revision.date": "Zadnja posodobitev", "source.revision.date": "Zadnja posodobitev",
"source.revision.date_created": "Ustvarjeno",
"toc.title": "Kazalo" "toc.title": "Kazalo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Иди на текст", "skip.link.title": "Иди на текст",
"source.link.title": "Иди у репозиторијум", "source.link.title": "Иди у репозиторијум",
"source.revision.date": "Последња исправка", "source.revision.date": "Последња исправка",
"source.revision.date_created": "Створено",
"toc.title": "Садржај" "toc.title": "Садржај"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -47,6 +47,7 @@
"skip.link.title": "Gå till innehållet", "skip.link.title": "Gå till innehållet",
"source.link.title": "Gå till datakatalog", "source.link.title": "Gå till datakatalog",
"source.revision.date": "Senaste uppdateringen", "source.revision.date": "Senaste uppdateringen",
"source.revision.date_created": "Skapad",
"tabs.title": "Flikar", "tabs.title": "Flikar",
"toc.title": "Innehållsförteckning" "toc.title": "Innehållsförteckning"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -38,5 +38,6 @@
"search.result.other": "พบ # เอกสารที่ตรงกัน", "search.result.other": "พบ # เอกสารที่ตรงกัน",
"skip.link.title": "ข้ามไปที่เนื้อหา", "skip.link.title": "ข้ามไปที่เนื้อหา",
"source.link.title": "ไปที่ Repository", "source.link.title": "ไปที่ Repository",
"source.revision.date_created": "สร้าง",
"toc.title": "สารบัญ" "toc.title": "สารบัญ"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Ana içeriğe geç", "skip.link.title": "Ana içeriğe geç",
"source.link.title": "Depoya git", "source.link.title": "Depoya git",
"source.revision.date": "Son Güncelleme", "source.revision.date": "Son Güncelleme",
"source.revision.date_created": "Oluşturuldu",
"toc.title": "İçindekiler" "toc.title": "İçindekiler"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Перейти до змісту", "skip.link.title": "Перейти до змісту",
"source.link.title": "Перейти до репозиторію", "source.link.title": "Перейти до репозиторію",
"source.revision.date": "Останнє оновлення", "source.revision.date": "Останнє оновлення",
"source.revision.date_created": "Створено",
"toc.title": "Зміст" "toc.title": "Зміст"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -39,5 +39,6 @@
"skip.link.title": "Vào thẳng nội dung", "skip.link.title": "Vào thẳng nội dung",
"source.link.title": "Đến kho lưu trữ mã nguồn", "source.link.title": "Đến kho lưu trữ mã nguồn",
"source.revision.date": "Cập nhật cuối cùng", "source.revision.date": "Cập nhật cuối cùng",
"source.revision.date_created": "Tạo",
"toc.title": "Mục lục" "toc.title": "Mục lục"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -42,5 +42,6 @@
"skip.link.title": "跳轉至", "skip.link.title": "跳轉至",
"source.link.title": "前往 GitHub 倉庫", "source.link.title": "前往 GitHub 倉庫",
"source.revision.date": "最後更新", "source.revision.date": "最後更新",
"source.revision.date_created": "已建立",
"toc.title": "目錄" "toc.title": "目錄"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -42,5 +42,6 @@
"skip.link.title": "跳轉到", "skip.link.title": "跳轉到",
"source.link.title": "前往倉庫", "source.link.title": "前往倉庫",
"source.revision.date": "最後更新", "source.revision.date": "最後更新",
"source.revision.date_created": "สร้าง",
"toc.title": "目錄" "toc.title": "目錄"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -42,5 +42,6 @@
"skip.link.title": "跳转至", "skip.link.title": "跳转至",
"source.link.title": "前往 GitHub 仓库", "source.link.title": "前往 GitHub 仓库",
"source.revision.date": "最后更新", "source.revision.date": "最后更新",
"source.revision.date_created": "已建立",
"toc.title": "目录" "toc.title": "目录"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -32,6 +32,10 @@
{% if page.meta.git_revision_date_localized %} {% if page.meta.git_revision_date_localized %}
{{ label }}: {{ page.meta.git_revision_date_localized }} {{ label }}: {{ page.meta.git_revision_date_localized }}
{% if page.meta.git_creation_date_localized %}
<br />{{ lang.t("source.revision.date_created") }}: {{ page.meta.git_creation_date_localized }}
{% endif %}
<!-- mkdocs-git-revision-date-plugin --> <!-- mkdocs-git-revision-date-plugin -->
{% elif page.meta.revision_date %} {% elif page.meta.revision_date %}
{{ label }}: {{ page.meta.revision_date }} {{ label }}: {{ page.meta.revision_date }}