📝 Update changelog and docs

pull/144/head
James Panther 2022-02-13 18:38:34 +11:00
parent f97f625329
commit f42159bfaf
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
- Bengali translation ([#115](https://github.com/jpanther/congo/pull/115))
### Fixed
- Updated date is displayed even when it is the same as published date

View File

@ -50,6 +50,7 @@ The theme currently supports the following languages by default:
| Language | Code |
| ---------------------------- | ------- |
| :gb: English | `en` |
| :bangladesh: Bengali | `bn` |
| :cn: Chinese | `zh` |
| :fr: French | `fr` |
| :de: German | `de` |

View File

@ -26,9 +26,9 @@ Implementing this new version has also removed some Tailwind plugin dependencies
A highly requested feature, Congo is now multilingual! If you publish your content in multiple languages, the site will be built with all the translations available.
<div class="text-2xl text-center" style="font-size: 2.8rem">:flag-au: :de: :fr: :es: :cn: :brazil: :tr:</div>
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
Thanks to submissions from the community, Congo has already been translated into [seven languages](https://github.com/jpanther/congo/tree/dev/i18n) with more to be added over time. By the way, [pull requests](https://github.com/jpanther/congo/pulls) for new languages are always welcome!
Thanks to submissions from the community, Congo has already been translated into [eight languages](https://github.com/jpanther/congo/tree/dev/i18n) with more to be added over time. By the way, [pull requests](https://github.com/jpanther/congo/pulls) for new languages are always welcome!
## RTL language support