Skip to content

GeopJr/ultimate-gtk4-crystal-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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