called it volta because depending on the context in italian its "turn" and it turns the languages into others i guess?
Find a file
2025-07-06 21:25:45 +02:00
locales Initial Commit 2025-07-06 21:14:47 +02:00
volta Initial Commit 2025-07-06 21:14:47 +02:00
.gitignore Update .gitignore 2025-07-06 21:25:45 +02:00
example.py Initial Commit 2025-07-06 21:14:47 +02:00
README.md Update README.md 2025-07-06 21:17:53 +02:00

How To Use

Place your translation JSON files inside any locales directory, anywhere within your project or working folder.

Each JSON file should be named after the language code, for example:
en.json, es.json, fr.json.
(even calling it terrorism.json works)

Ensure you have a .env file with a locale variable that sets your default language code, like so:

locale=en