YAMDBF plugin which adds a German localization.
- Install the package via
npm
(requiresgit
to be installed):
npm i -s SpaceEEC/yamdbf-lang-german
- And then simply drop the string
'lang-german'
in your plugins array of your YAMDBFOptions
import { Client } from 'yamdbf';
const client: Client = new Client({
plugins: ['lang-german'],
});
That's it, you now can change the language with the setLang
command that the framework provides.