mirror of https://github.com/jpanther/congo.git
📝 Update docs
parent
1c6c398d2f
commit
7452a19ee9
|
@ -9,11 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Arabic translation ([#521](https://github.com/jpanther/congo/pull/521))
|
- Arabic translation ([#521](https://github.com/jpanther/congo/pull/521))
|
||||||
|
- Slovak translation ([#541](https://github.com/jpanther/congo/pull/541))
|
||||||
|
- Czech translation ([#541](https://github.com/jpanther/congo/pull/541))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Search results now respect `showDate` value when displaying article metadata ([#511](https://github.com/jpanther/congo/pull/511))
|
- Search results now respect `showDate` value when displaying article metadata ([#511](https://github.com/jpanther/congo/pull/511))
|
||||||
- Adopted new Tailwind logical properties for RTL styling
|
- Adopted new Tailwind logical properties for RTL styling
|
||||||
|
- Updated Dutch translation ([#544](https://github.com/jpanther/congo/pull/544))
|
||||||
- Upgrade to Tailwind v3.3.1 ([#523](https://github.com/jpanther/congo/pull/523))
|
- Upgrade to Tailwind v3.3.1 ([#523](https://github.com/jpanther/congo/pull/523))
|
||||||
- Upgrade to KaTeX v0.16.6 ([#538](https://github.com/jpanther/congo/pull/538))
|
- Upgrade to KaTeX v0.16.6 ([#538](https://github.com/jpanther/congo/pull/538))
|
||||||
- Upgrade to Mermaid v9.4.3
|
- Upgrade to Mermaid v9.4.3
|
||||||
|
|
|
@ -55,6 +55,7 @@ The theme currently supports the following languages out of the box:
|
||||||
| :bangladesh: Bengali | `bn` |
|
| :bangladesh: Bengali | `bn` |
|
||||||
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
||||||
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
||||||
|
| :flag-cz: Czech | `cs` |
|
||||||
| :netherlands: Dutch | `nl` |
|
| :netherlands: Dutch | `nl` |
|
||||||
| :finland: Finnish | `fi` |
|
| :finland: Finnish | `fi` |
|
||||||
| :fr: French | `fr` |
|
| :fr: French | `fr` |
|
||||||
|
@ -69,6 +70,7 @@ The theme currently supports the following languages out of the box:
|
||||||
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
||||||
| :romania: Romanian | `ro` |
|
| :romania: Romanian | `ro` |
|
||||||
| :ru: Russian | `ru` |
|
| :ru: Russian | `ru` |
|
||||||
|
| :slovakia: Slovak | `sk` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
| :tr: Turkish | `tr` |
|
| :tr: Turkish | `tr` |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue