ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

Allow load translations from folders #3

Closed fernandomema closed 1 year ago

fernandomema commented 1 year ago

Load translations from subfolder treating them as keys. Example: Having these folder structure:

And having these content on the file:

{
   "text1": "test"
}

Will produce this key: commands.help.text1