sylvainjule / kirby-locator

A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 and 4.
99 stars 15 forks source link

German language 🇩🇪 #6

Closed medienbaecker closed 6 years ago

medienbaecker commented 6 years ago

Ah, damn. I think you will also have to add the German language file to the config.php, sorry! Should I add another pull request?

'translations' => array(
  'en' => require_once __DIR__ . '/lib/languages/en.php',
  'fr' => require_once __DIR__ . '/lib/languages/fr.php',
  'de' => require_once __DIR__ . '/lib/languages/de.php'
)
sylvainjule commented 6 years ago

I've added the line! Thanks again ;)