On Sun, May 24, 2020 at 2:19 PM Евгений Н. Жуков <[email protected]> wrote:
> Where I can put translated messages for TOTP plugin? > > For the TOTP extension, translations would be stored in JSON files in the following directory: https://github.com/apache/guacamole-client/tree/master/extensions/guacamole-auth-totp/src/main/resources/translations For any of the extensions, the guac-manifest.json file specifies the path to any translations, and they are generally stored under the "src/main/resources/translations" directory of the extension. If you add a new file you will also need to update the guac-manifest.json file to include the new file. -Nick >
