Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geopjr/ultimate-gtk4-crystal-guide

Learn how to create premium GTK4 apps in Crystal
https://github.com/geopjr/ultimate-gtk4-crystal-guide

crystal gtk gtk4 guide

Last synced: 3 months ago
JSON representation

Learn how to create premium GTK4 apps in Crystal

Awesome Lists containing this project

README

        


Banner with the text Ultimate GTK4 Crystal Guide


Ultimate GTK4 Crystal Guide


Learn how to create premium GTK4 apps in Crystal





CC0 1.0 Universal

#

## Translations

- Create `./docs/$LANG/` and copy the English files over.
- Translate every file, including their frontmatter.
- Add the language to the config (nav & sidebar) `./docs/.vitepress/config.js`.
- If theres a need for translated assets, create `./public/assets/$LANG/` and place them there, else use the English variants.

#

## Contributing

1. Fork it ( https://github.com/GeopJr/ultimate-gtk4-crystal-guide/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request