Merge branch 'weblate-installation' into 'develop'

Adding a link to Weblate in our project's homepage

See merge request soapbox-pub/soapbox!2011
environments/review-develop-3zknud/deployments/1769
Alex Gleason 2022-12-17 03:05:47 +00:00
commit af4e8765fd
1 zmienionych plików z 10 dodań i 3 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ busybox unzip soapbox.zip -o -d /opt/pleroma/instance
The change will take effect immediately, just refresh your browser tab. The change will take effect immediately, just refresh your browser tab.
It's not necessary to restart the Pleroma service. It's not necessary to restart the Pleroma service.
***For OTP releases,*** *unpack to /var/lib/pleroma instead.* **_For OTP releases,_** _unpack to /var/lib/pleroma instead._
To remove Soapbox and revert to the default pleroma-fe, simply `rm /opt/pleroma/instance/static/index.html` (you can delete other stuff in there too, but be careful not to delete your own HTML files). To remove Soapbox and revert to the default pleroma-fe, simply `rm /opt/pleroma/instance/static/index.html` (you can delete other stuff in there too, but be careful not to delete your own HTML files).
@ -150,15 +150,19 @@ NODE_ENV=development
``` ```
#### Local dev server #### Local dev server
- `yarn dev` - Run the local dev server. - `yarn dev` - Run the local dev server.
#### Building #### Building
- `yarn build` - Compile without a dev server, into `/static` directory. - `yarn build` - Compile without a dev server, into `/static` directory.
#### Translations #### Translations
- `yarn manage:translations` - Normalizes translation files. Should always be run after editing i18n strings. - `yarn manage:translations` - Normalizes translation files. Should always be run after editing i18n strings.
#### Tests #### Tests
- `yarn test:all` - Runs all tests and linters. - `yarn test:all` - Runs all tests and linters.
- `yarn test` - Runs Jest for frontend unit tests. - `yarn test` - Runs Jest for frontend unit tests.
@ -174,6 +178,9 @@ NODE_ENV=development
We welcome contributions to this project. We welcome contributions to this project.
To contribute, see [Contributing to Soapbox](docs/contributing.md). To contribute, see [Contributing to Soapbox](docs/contributing.md).
Translators can help by providing [translations through Weblate](http://hosted.weblate.org/soapbox-pub/soapbox/).
Native speakers from all around the world are welcome!
# Customization # Customization
Soapbox supports customization of the user interface, to allow per-instance branding and other features. Soapbox supports customization of the user interface, to allow per-instance branding and other features.