Commit Graph

23 Commits

Author SHA1 Message Date
Jimmy Cai
ae477ab224
refactor(archives): remove archive.categories i18n item (#108)
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
---
2021-01-01 13:04:37 +01:00
SOT-TECH
3572fff280
feat(i18n): add Russian translation (#101) 2020-12-30 11:25:13 +01:00
zhixuan
400b0a9283
feat(i18n): improve Japanese translation (#99) 2020-12-30 11:20:51 +01:00
İsmail Özçelik
d790d42441
feat(i18n): add Turkish language file (#96) 2020-12-28 00:11:48 +01:00
Jimmy Cai
358e63e799
feat(darkmode): dark mode toggle (#82)
* 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-23 19:03:40 +01:00
Jimmy Cai
7d841cf237
feat(list): add subsection support (#81)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/48
2020-12-22 21:14:50 +01:00
Jimmy Cai
d205753323
refactor(i18n): translation key renaming (#68)
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/63
2020-12-19 01:41:26 +01:00
Rizki Prastyo
e1277f4e61
feat(i18n): add Indonesian translation (#64) 2020-12-11 17:18:08 +01:00
Daniel Pessoa
bfeddf3217
feat(i18n): Coverage improvements (#59)
* 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-11 16:11:47 +01:00
Jimmy Cai
69b1524f91
Merge pull request #57 from cobalto/i18n/brazilian-portuguese
Add pt-BR.toml
2020-12-07 14:48:48 +01:00
Basix
27c8350f1b Add Korean translations 2020-12-06 22:59:11 +09:00
Daniel Pessoa
108e017a32
Add pt-BR.toml
Add file for Brazilian Portuguese i18n
2020-12-05 22:48:13 -03:00
Jimmy Cai
81c0b1ba9c i18n: add variables for footer translation 2020-11-28 12:29:43 +01:00
Victor Lourme
2b4f529404 i18n: added footer translations 2020-11-23 10:15:47 +01:00
Victor Lourme
819c8ea0b4 i18n: add french translations 2020-11-23 10:15:35 +01:00
Jimmy Cai
c018f4967a feat(search): i18n support 2020-11-06 11:49:30 +01:00
Yasuhiro Kobayashi
26bdeb3afb
feat(i18n): Add Japanese translation (#35) 2020-10-11 10:14:31 +02:00
Jimmy Cai
8d508fb796
refactor(i18n/article): remove date variable from lastUpdatedOn item
Due to Hugo v0.76's i18n behaviour change
2020-10-09 19:01:37 +02:00
Ress
043a1c1972 Be able to display last update time 2020-10-09 13:34:41 +09:00
Jimmy Cai
7379bbe412
refactor: rename archive -> archives 2020-09-13 11:22:47 +02:00
Jimmy Cai
62b0da64df
feat(i18n): add zh-CN translation 2020-09-09 22:48:37 +02:00
Jimmy Cai
04454a51ea
feat(i18n): change lastUpdatedOn item struct 2020-09-09 22:41:42 +02:00
Jimmy Cai
ed4a43096c
feat(i18n): initial support for i18n 2020-09-09 17:17:09 +02:00