···60606161Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262reported to the community leaders responsible for enforcement at
6363-our [Discord](https://docs.pstream.org/links/discord).
6363+our [Discord](https://docs.pstream.mov/links/discord).
6464All complaints will be reviewed and investigated promptly and fairly.
65656666All community leaders are obligated to respect the privacy and security of the
+1-1
.github/CONTRIBUTING.md
···34343535### Discord Server
3636If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server.
3737-[Join bruh](https://docs.pstream.org/links/discord)
3737+[Join bruh](https://docs.pstream.mov/links/discord)
38383939### GitHub Issues
4040To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/p-stream/p-stream/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.
+1-1
.github/SECURITY.md
···77## Reporting a Vulnerability
8899You can contact the sudo-flix maintainers to report a vulnerability:
1010- - Report the vulnerability in the [Discord](https://docs.pstream.org/links/discord).
1010+ - Report the vulnerability in the [Discord](https://docs.pstream.mov/links/discord).
+7-7
README.md
···11# P-Stream
22-[](https://docs.pstream.org)
22+[](https://docs.pstream.mov)
3344**I *do not* endorse piracy of any kind I simply enjoy programming and large user counts.**
55···10101111[](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/p-stream)
12121313-**NOTE: To self-host, more setup is required. Check the [docs](https://docs.pstream.org) to properly set up!!!!**
1313+**NOTE: To self-host, more setup is required. Check the [docs](https://docs.pstream.mov) to properly set up!!!!**
141415151616## Links And Resources
1717| Service | Link | Source Code |
1818|----------------|------------------------------------------------------------------|----------------------------------------------------------|
1919-| P-Stream Docs | [docs](https://docs.pstream.org) | [source code](https://github.com/p-stream/docs) |
2020-| Extension | [extension](https://docs.pstream.org/extension) | [source code](https://github.com/p-stream/browser-ext) |
2121-| Proxy | [simple-proxy](https://docs.pstream.org/proxy) | [source code](https://github.com/p-stream/sudo-proxy) |
1919+| P-Stream Docs | [docs](https://docs.pstream.mov) | [source code](https://github.com/p-stream/docs) |
2020+| Extension | [extension](https://docs.pstream.mov/extension) | [source code](https://github.com/p-stream/browser-ext) |
2121+| Proxy | [simple-proxy](https://docs.pstream.mov/proxy) | [source code](https://github.com/p-stream/sudo-proxy) |
2222| Backend | [backend](https://server.fifthwit.net) | [source code](https://github.com/p-stream/backend) |
2323-| Frontend | [P-Stream](https://docs.pstream.org/instances) | [source code](https://github.com/p-stream/p-stream) |
2424-| Weblate | [weblate](https://weblate.pstream.org) | |
2323+| Frontend | [P-Stream](https://docs.pstream.mov/instances) | [source code](https://github.com/p-stream/p-stream) |
2424+| Weblate | [weblate](https://weblate.pstream.mov) | |
25252626***I provide these if you are not able to host yourself, though I do encourage hosting the frontend.***
2727
+1-1
src/assets/README.md
···33Locales are difficult, here is some guidance.
4455## Process on adding new languages
66-1. Use [Weblate](https://docs.pstream.org/links/weblate) to add translations, see contributing guidelines.
66+1. Use [Weblate](https://docs.pstream.mov/links/weblate) to add translations, see contributing guidelines.
772. 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.
883. 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`
994. If the language code doesn't contain a region (Such as in `zh-Hant`), add a default country in `@/utils/language.ts` at `countryPriority`.