diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d512f0..a069645f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index ed952c48..b4c4f70a 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -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` | diff --git a/exampleSite/content/docs/version-2/_index.md b/exampleSite/content/docs/version-2/_index.md index e901edd3..972f1050 100644 --- a/exampleSite/content/docs/version-2/_index.md +++ b/exampleSite/content/docs/version-2/_index.md @@ -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. -
:flag-au: :de: :fr: :es: :cn: :brazil: :tr:
+
:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:
-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