From 5559121445e38ed1e878741320ff7b20d9cef7d8 Mon Sep 17 00:00:00 2001 From: Peipr Date: Wed, 6 Apr 2022 09:05:42 +0000 Subject: [PATCH] Add documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3a41fa2b..0d38fcd2 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ $ nuxt start ## Copyright See [LICENSE](./LICENSE.md) + +## Development Documentation +Read https://en.pronouns.page/new-version +When you add a new language, remember to modify the file ./src/locales.js to add your language. true means the translation is finished and published, so you'll probably want to go with false.\ +If you're having problems using Yarn, npm is probably fine, but remember to switch any `yarn [x]` commands for `npm run [x]`\ +Remember to modify the ./.env file. You don't really need to set up any external APIs, just make up a secret. In order to test the login system, you can type in an email followed by a + (example@pronouns.page+). This way, you won't need a mailer, as the code will always be 999999. This feature is exclusive to development builds. + +## Current translations being worked on +- Catalan - @peiprjs +- [Add yours!]