mcg/CONTRIBUTING.md

953 B
Raw Permalink Blame History

Contributing

There are multiple ways to contribute code to this project:

Internationalization

Update .pot files:

$ xgettext --language=Go --keyword=T --from-code=UTF-8 --package-name=mcg --output=po/mcg-go.pot $(git ls-files '*.go')
$ xgettext --language=Glade --from-code=UTF-8 --output=po/mcg-ui.pot $(git ls-files '*.ui')
$ msgcat --use-first -o po/mcg.pot po/mcg-go.pot po/mcg-ui.pot

Use a tool like Poedit to create or update translations in the locale/ folder.

AI Policy

This project uses a No AI policy. Any code you submit to this project has to be written by yourself. If you put this projects code into any AI tool, you will be banned from this project.