Skip to content

Commit

Permalink
note on translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Oct 22, 2024
1 parent 0aca1c7 commit f9d6c12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ There could be a couple reasons for this. Before filing and issue with the core
This project is written in Vue with Quasar and uses npm as its package manager. I'm pretty sure it'd work with yarn as well.

Clone the repository and install the [Quasar cli](https://quasar.dev/start/quasar-cli) with `npm install --location=global @quasar/cli`. After that, run `npm install`. The development server can then be started with `quasar dev`.

### Translations

Translations are welcome! All of the UI strings are contained in the `src/i18n` folder. To translate the UI to another language, we have to translate all of the strings in the [en-US index file](https://github.com/ebshimizu/5e-monster-maker/blob/master/src/i18n/en-US/index.ts).

Note that the i18n index file does not contain localizations for the preset action templates. I have not worked out a solution for that yet.

0 comments on commit f9d6c12

Please sign in to comment.