···9999100100Language contributions help P-Stream massively, allowing people worldwide to use our app!
101101102102-We use Weblate for crowdsourcing our translations. [Click here to go to our translation tool.](https://docs.pstream.mov/links/weblate)
102102+We use Weblate for crowdsourcing our translations.
1031031041041. First make sure you make an account. (click the link above)
1051052. Click the language you want to help translate, if it's not listed you can click the plus top left to add a new language.
+8-10
README.md
···11# P-Stream
2233-[](https://docs.pstream.mov)
33+[](https://p-stream.github.io/docs/)
4455## Quick Deploy
66···8899[](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/p-stream)
10101111-**NOTE: To self-host, more setup is required. Check the [docs](https://docs.pstream.mov) to properly set up!!!!**
1111+**NOTE: To self-host, more setup is required. Check the [docs](https://p-stream.github.io/docs/) to properly set up!!!!**
12121313## Links And Resources
14141515| Service | Link | Source Code |
1616| ------------- | ----------------------------------------------- | ------------------------------------------------------- |
1717-| P-Stream Docs | [docs](https://docs.pstream.mov) | [source code](https://github.com/p-stream/docs) |
1818-| Extension | [extension](https://docs.pstream.mov/extension) | [source code](https://github.com/p-stream/browser-ext) |
1919-| Proxy | [simple-proxy](https://docs.pstream.mov/proxy) | [source code](https://github.com/p-stream/simple-proxy) |
2020-| Backend | [backend](https://server.fifthwit.net) | [source code](https://github.com/p-stream/backend) |
2121-| Frontend | [P-Stream](https://docs.pstream.mov/instances) | [source code](https://github.com/p-stream/p-stream) |
2222-| Weblate | [weblate](https://weblate.pstream.mov) | |
2323-2424-**_I provide these if you are not able to host yourself, though I do encourage hosting the frontend._**
1717+| P-Stream Docs | [docs](https://p-stream.github.io/docs/) | [source code](https://github.com/p-stream/docs) |
1818+| Extension | [extension](https://p-stream.github.io/docs/extension) | [source code](https://github.com/p-stream/browser-ext) |
1919+| Proxy | [simple-proxy](https://p-stream.github.io/docs/proxy) | [source code](https://github.com/p-stream/simple-proxy) |
2020+| Backend | [backend](https://github.com/p-stream/backend) | [source code](https://github.com/p-stream/backend) |
2121+| Frontend | [P-Stream](https://p-stream.github.io/docs/instances) | [source code](https://github.com/p-stream/p-stream) |
2222+| Weblate | [weblate](https://p-stream.github.io/docs/weblate) | |
25232624## Referrers
2725
···4455## Process on adding new languages
6677-1. Use [Weblate](https://docs.pstream.mov/links/weblate) to add translations, see contributing guidelines.
77+1. Use [Weblate](https://github.com/p-stream/p-stream) to add translations, see contributing guidelines.
882. Add your language to `@/assets/languages.ts`. Must be in ISO format (ISO-639 for language and ISO-3166 for country/region). For joke languages, use any format.
993. If the language code doesn't have a region specified (Such as in `pt-BR`, `BR` being the region), add a default region in `@/utils/language.ts` at `defaultLanguageCodes`
10104. If the language code doesn't contain a region (Such as in `zh-Hant`), add a default country in `@/utils/language.ts` at `countryPriority`.