You can view the documentation at docs.joinbookwyrm.com.
View the main BookWyrm repository at github.com/bookwyrm-social/bookwyrm
More information on contributing to the docs is available within the docs themselves:
Maintainers of this repository can keep translations aligned by regularly updating from Crowdin:
- Translations are updated in Crowdin
- Crowdin pushes new translations to l10n_main as they are available
- In your fork,
pull
bothmain
andl10n_main
so they are up to date in your local repository - Create a new fork from
main
(e.g. calledupdate_locales
) - merge
l10n_main
into your fork - make adjustment if necessary
- push your local branch up to your remote and create a pull request
- pull the PR into
main
- There is now a new reference file in en_US
- Using the changes in the new reference file, translations are updated in Crowdin...