omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined constant 'LC_MESSAGES'

martinperiphore opened this issue · comments

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 );