Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/fe-content
Location for frontend content
https://github.com/osmosis-labs/fe-content
cosmos osmosis
Last synced: about 2 months ago
JSON representation
Location for frontend content
- Host: GitHub
- URL: https://github.com/osmosis-labs/fe-content
- Owner: osmosis-labs
- License: apache-2.0
- Created: 2023-06-28T22:47:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:14:47.000Z (2 months ago)
- Last Synced: 2024-11-08T19:24:55.784Z (2 months ago)
- Topics: cosmos, osmosis
- Language: JavaScript
- Homepage:
- Size: 37.9 MB
- Stars: 5
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### FE Content
This repository serves as a Content Management System (CMS) for the [Osmosis Frontend](https://github.com/osmosis-labs/osmosis-frontend).
#### Translation
The content in this repository is available in various languages, with translations automatically handled by inlang. Follow these steps to translate content:
1. Add an English translation in the CMS file under the localization property by inserting an "en" key.
Example:
```json
"localization": {
"en": {}
}
```
2. After committing and pushing changes to a branch, the CI process will automatically add the translations to the same branch.
3. To manually handle translations, execute the command `yarn inline-translations`.