tribecamp / discord-bot

🤖 The official Discord bot for Tribecamp.
https://discord.gg/k8cfqZkhqZ
MIT License
5 stars 2 forks source link

Use Dutch instead of English for strings #25

Open keesvv opened 3 years ago

keesvv commented 3 years ago

This bot is intended to be used on a Dutch Discord server, so English strings don't make sense here. I suggest we rewrite all English strings into Dutch.

keesvv commented 3 years ago

I'd suggest we extract all strings into a file (say src/strings/index.ts) and import that file wherever we need it.