arugaz / whatsapp-bot

Whatsapp Bot Multi Device - Node Js - Internationalization
GNU General Public License v3.0
605 stars 793 forks source link

[HOWTO] Generate specific language #393

Closed LouisBeke2 closed 1 year ago

LouisBeke2 commented 1 year ago

how to generate nl dutch

i can't figure out

arugaz commented 1 year ago

you just need to remove the languages you don't want to use in this file

eg: if you just want to use dutch

[{ "iso": "nl", "lang": "Dutch" }, { "iso": "en", "lang": "English" }]

Make sure you have edited the configuration in this file, change the language from "en" to "nl"

arugaz commented 1 year ago

@all-contributors please add @LSystemus-2 for bug