Update README.md

This commit is contained in:
WhatDidYouExpect 2025-07-07 00:37:36 +02:00 committed by GitHub
parent 04a6f63eb7
commit e93f431c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ Place your translation JSON files inside any `locales` directory, anywhere withi
Each JSON file ***should*** be named after the language code, for example: Each JSON file ***should*** be named after the language code, for example:
`en.json`, `es.json`, `fr.json`. `en.json`, `es.json`, `fr.json`.
<br> <br>
(even calling it terrorism.json works, as long as it's a valid file) (even calling it terrorism.json works, as long as it's a valid file!)
Ensure you have a `.env` file with a `locale` variable that sets your default language code, like so: Ensure you have a `.env` file with a `locale` variable that sets your default language code, like so:
```env ```env