Adding a link to Weblate in our project's homepage

This commit is contained in:
Tassoman 2022-12-17 03:05:47 +00:00 committed by Alex Gleason
parent 636abf6400
commit 9bd82252f4

View file

@ -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.