simplesamlphp / simplesamlphp-module-webauthn

A module implementing FIDO2 / WebAuthn as a second authentication factor
GNU Lesser General Public License v2.1
15 stars 8 forks source link

Language Strings are not displayed properly #60

Closed libregeek closed 9 months ago

libregeek commented 9 months ago

The language strings in the Webauthn module are not displayed properly. Please see the screenshot:

Screenshot 2023-11-23 190454

I am using the master branch from Github. SimpleSAMLPHP version is v2.1.0 running on PHP v8.1. Is there any configuration I need to set?

tvdijen commented 9 months ago

You have to build the translation-files. bin/translations translations:update:binary This is normally done automatically when you run composer install.. How are you deploying?

tvdijen commented 9 months ago

We're happy to assist you with proper installation instructions on Slack or on our mailing list.