This repository serves as a Content Management System (CMS) for the Osmosis Frontend.
The content in this repository is available in various languages, with translations automatically handled by inlang. Follow these steps to translate content:
- Add an English translation in the CMS file under the localization property by inserting an "en" key.
Example:
"localization": { "en": {} }
- After committing and pushing changes to a branch, the CI process will automatically add the translations to the same branch.
- To manually handle translations, execute the command
yarn inline-translations
.