Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
AgeCommit message (Collapse)Author
2021-01-01refactor(archives): remove archive.categories i18n item (#108)Jimmy Cai
It's possible in the future to display another kind of taxonomy. To translate that title, create _index.md under content/categories, with the following content: --- title: Category ---
2020-12-30feat(i18n): add Russian translation (#101)SOT-TECH
2020-12-30feat(i18n): improve Japanese translation (#99)zhixuan
2020-12-28feat(i18n): add Turkish language file (#96)İsmail Özçelik
2020-12-23feat(darkmode): dark mode toggle (#82)Jimmy Cai
* feat(darkmode): initial support for dark mode toggle * fix(darkmode): add svg icons * feat(darkmode): dispatch onColorSchemeChange event * add head/darkmode * feat(darkmode); add colorScheme config * style: remove empty line * refactor(darkmode): simplify code * style: add comment for darkmode config * i18n support for dark mode toggle * Some renaming
2020-12-22feat(list): add subsection support (#81)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/48
2020-12-19refactor(i18n): translation key renaming (#68)Jimmy Cai
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/63
2020-12-11feat(i18n): add Indonesian translation (#64)Rizki Prastyo
2020-12-11feat(i18n): Coverage improvements (#59)Daniel Pessoa
* Replace hardcoded text with i18n * Add categoriesTitle text * Add categoriesTitle text * Add new strings available Co-authored-by: Daniel Pessoa <cobalto@users.noreply.github.com>
2020-12-07Merge pull request #57 from cobalto/i18n/brazilian-portugueseJimmy Cai
Add pt-BR.toml
2020-12-06Add Korean translationsBasix
2020-12-06Add pt-BR.tomlDaniel Pessoa
Add file for Brazilian Portuguese i18n
2020-11-28i18n: add variables for footer translationJimmy Cai
2020-11-23i18n: added footer translationsVictor Lourme
2020-11-23i18n: add french translationsVictor Lourme
2020-11-06feat(search): i18n supportJimmy Cai
2020-10-11feat(i18n): Add Japanese translation (#35)Yasuhiro Kobayashi
2020-10-09refactor(i18n/article): remove date variable from lastUpdatedOn itemJimmy Cai
Due to Hugo v0.76's i18n behaviour change
2020-10-09Be able to display last update timeRess
2020-09-13refactor: rename archive -> archivesJimmy Cai
2020-09-09feat(i18n): add zh-CN translationJimmy Cai
2020-09-09feat(i18n): change `lastUpdatedOn` item structJimmy Cai
2020-09-09feat(i18n): initial support for i18nJimmy Cai