omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap
59 stars 10 forks source link

Undefined constant 'LC_MESSAGES' #36

Open martinperiphore opened 5 years ago

martinperiphore commented 5 years ago

I Got this error Undefined constant 'LC_MESSAGES'

  // array implies kirby >= 3.1.3 where can be array of LC_WHATEVER values.
  foreach ( [ LC_ALL, LC_CTYPE, LC_COLLATE, LC_MESSAGES ] as $w ) {
    $s = $lang->locale( $w );