tecc 78021dab0a
locales(sv): Fixed links for terms + cleaned up translations
cleaning-up: To whoever thought it was a good idea to use Google Translate for this, you have disrespected the entire point of localising the website.
links: Someone also forgot to update the links but not the text.
2022-09-30 01:36:38 +02:00
2022-09-24 09:09:32 +02:00
2022-04-16 14:42:27 +02:00
2022-09-10 00:31:53 +02:00
2022-09-28 19:43:08 +02:00
2022-09-29 14:27:38 +02:00
2022-09-28 18:44:15 +02:00
2022-09-03 10:52:52 +02:00
2022-08-16 20:09:31 +02:00
2022-04-06 19:22:14 +00:00
2022-06-25 16:40:20 +02:00
2022-09-28 19:43:08 +02:00
2022-09-28 19:43:08 +02:00

Zaimki.pl / Pronouns.page

Installation

git clone git@gitlab.com:Avris/Zaimki.git

We're using FontAwesome Pro, so to set up a local copy without having a FA license, open package.json and replace

"@fortawesome/fontawesome-pro": "git+ssh://git@gitlab.com:Avris/FontAwesomePro.git",

with

"@fortawesome/fontawesome-pro": "git+ssh://git@gitlab.com:Avris/FakeFontAwesomePro.git",

Do not commit that change!

Build Setup

# install dependencies
$ make install

# configure environment
$ nano .env
$ make switch LANG=pl

# serve with hot reload at localhost:3000
$ make run

# build for production and launch server
$ make deploy
$ nuxt start

See LICENSE

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!]
Description
No description provided
Readme 478 MiB
Languages
HTML 79.4%
TypeScript 10%
Vue 9.6%
SCSS 0.4%
Shell 0.3%
Other 0.3%