forked from mirrors/amputoma-fe
Update README.md
This commit is contained in:
parent
800954ba22
commit
b7f65ec438
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,24 +1,24 @@
|
||||||
# Amputoma-FE
|
# Puppyoma-FE
|
||||||
|
|
||||||
This is a fork of akkoma-FE, with support for new amputoma features such as:
|
This is a fork of akkoma-FE, with support for new puppyoma features such as:
|
||||||
- ulith support
|
- nothing
|
||||||
- something else
|
- puppies
|
||||||
|
|
||||||
# For Translators
|
# For Translators
|
||||||
|
|
||||||
The [Weblate UI](https://translate.amputoma.dev/projects/amputoma/pleroma-fe/) is recommended for adding or modifying translations for amputoma-FE.
|
The [Weblate UI](https://translate.puppyoma.dev/projects/puppyoma/pleroma-fe/) is recommended for adding or modifying translations for puppyoma-FE.
|
||||||
|
|
||||||
Alternatively, edit/create `src/i18n/$LANGUAGE_CODE.json` (where `$LANGUAGE_CODE` is the [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for your language), then add your language to src/i18n/messages.js if it doesn't already exist there.
|
Alternatively, edit/create `src/i18n/$LANGUAGE_CODE.json` (where `$LANGUAGE_CODE` is the [ISO 639-1 code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for your language), then add your language to src/i18n/messages.js if it doesn't already exist there.
|
||||||
|
|
||||||
Amputoma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
|
puppyoma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
|
||||||
|
|
||||||
# FOR ADMINS
|
# FOR ADMINS
|
||||||
|
|
||||||
To use Amputoma-FE in a pleroma thing, build from source >:3 and then copy the build files from /dist to /static/frontends/pleroma-fe/stable on your server
|
To use puppyoma-FE in a pleroma thing, build from source >:3 and then copy the build files from /dist to /static/frontends/pleroma-fe/stable on your server
|
||||||
|
|
||||||
## Build Setup
|
## Build Setup
|
||||||
|
|
||||||
Make sure you have [Node.js](https://nodejs.org/) installed. You can check `/.woodpecker.yml` for which node version the amputoma CI currently uses.
|
Make sure you have [Node.js](https://nodejs.org/) installed. You can check `/.woodpecker.yml` for which node version the puppyoma CI currently uses.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# install dependencies
|
# install dependencies
|
||||||
|
|
Loading…
Reference in a new issue