Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

YAMDBF plugin which adds a German localization

License

Notifications You must be signed in to change notification settings

SpaceEEC/yamdbf-lang-german

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yamdbf-lang-german

YAMDBF plugin which adds a German localization.

Installing

  • Install the package via npm (requires git 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.