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
2022-03-04feat(i18n): add Arabic translation (#157)FarisZR
2022-03-04feat(widget): add category widget (#475)Felix Niederwanger
* Add category widget Adds the ability to add a category to the widgets. * Adapt to new widget scheme Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-12-04Update i18n(ko) (#418)HAHWUL
Add dark mode, list-section, list-subsction, article-back, article-tableOfContents, article-readingTime
2021-12-04fix(i18n/fr): add missing translations for reading time (#416)Paul-Henri Zimmerlin
2021-10-30feat(i18n): add Ukrainian translation (#404)volodymyrmarkiv
2021-10-30feat(i18n): add zh-TW (#402)TonyPepeBear
2021-10-22feat(i18n): add Greek translation (#378)Christos Manios
2021-10-17feat(i18n): Thai language (#396)Ar-ruk Kachen
2021-10-16feat(i18n): add missing pt-BR translations (#384)Daniel Pessoa
2021-08-30refactor(i18n): Suggest improvements English translation (#329)Matthias Thym
No need to shorten minutes Remove period from subtitle on 404 page
2021-08-26feat(i18n): add German and Spanish translations for new features and ↵Matthias Thym
refactor (#328) * feat(i18n): add German translations for new features and refactor add translation for feature `back` add translation for feature `tableOfContents` add translation for feature `readingTime` fix translation for feature `resultTitle` add newlines according to i18n en config * feat(i18n): add Spanish translations for new features and refactor add translation for feature `back` add translation for feature `tableOfContents` add translation for feature `readingTime` add newlines according to i18n en config
2021-08-25feat(i18n): add PL translation for reading time (#325)MikDal002
2021-08-10feat(i18n): add `readingTime` russian translation (#297)SOT-TECH
2021-08-04feat(i18n): add translation for `.readingTime` in Chinese & Japanese (#285)zhixuan
2021-07-29feat(i18n): Italian translation (#281)giacomocarrozzo
2021-07-27feat(i18n): Add Indonesian translation for `readingTime` (#279)Farrel Franqois
2021-07-23feat(article): reading time (#204)Bachrul uluum
* add reading time feature * Revert change in jsconfig.json * feat: add article.readingTime param, and improve style * Revert change in jsconfig.json x2 * Remove reading time in compact layout It doesn't look right to me for now * feat: add i18n support to reading time string * Hide footer.article-time when there's not content Co-authored-by: Jimmy Cai <github@jimmycai.com>
2021-07-19feat(i18n): Improve Indonesian translation (#265)Farrel Franqois
2021-07-11feat(i18n): add russian translation for back and TOC (#262)SOT-TECH
2021-07-07feat(i18n): Added missing French translations (#259)Zoroark
Also adds whitespace to match the English file's layout.
2021-07-06feat(i18n): add Polish translation (#257)MikDal002
2021-06-23feat(i18n): add Chinese translation of Table of Content (#235)zhixuan
2021-06-23feat(i18n): add Japanese translation of Table of Content (#237)zhixuan
2021-06-21feat: Table of Contents (#232)Jimmy Cai
Currently, the new table of contents is disabled by default. I will change that after several versions. ------------- * feat: Table of Content (WIP) * fix: set scratch inside define block * fix(toc): darkmode text color * feat: unify page layout, and add config to disable toc * feat: add scroll-behavior: smooth to html * fix: use <ol> for TOC. And Disable TOC by default for now * refactor: use css flexbox for article page with toc enable toc for example site * feat(i18n): add i18n entry for "Back" and "Table of Contents" * style: remove unused `keep-sidebar` class * doc: add table of contents as feature
2021-06-12fix(i18n): Japanese translating (#212)Masakazu Araki
"サーチ" is not good translate for this situation.
2021-04-05fix(i18n): Dutch minor change (#185)miclnl
2021-04-03feat(i18n): add Dutch (#180)miclnl
2021-03-27i18n: German translationMatthias Thym
2021-02-26i18n: Spanish translation (#155)Spicy
Co-authored-by: Jimmy Cai <jimmehcai@gmail.com>
2021-01-04fix(i18n/ru): fix typo in 'notFound' (#114)SOT-TECH
2021-01-02feat(i18n): Improve Brazilian portuguese translation (#112)Daniel Pessoa
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