converse.js icon indicating copy to clipboard operation
converse.js copied to clipboard

The Conversejs interface is not displayed in languages other than English.

Open lBARSl opened this issue 1 month ago • 3 comments

Does not work:

mod_conversejs:
   bosh_service_url: https://example.com:5000/bosh
   conversejs_css: "converse.min.css"
   conversejs_options:
     assets_path: '/conversejs'
     i18n: 'de'
     theme: 'dracula'
     authentication: 'login'
     auto_away: 300
     auto_reconnect: true
     message_archiving: 'always'
     view_mode: 'fullscreen'
     show_background: true
   conversejs_plugins: ["libsignal-protocol.min.js"]
   conversejs_resources: "/etc/ejabberd/conversejs-12.0.0/package/dist"
   conversejs_script: "converse.min.js"

Does not work:

  mod_conversejs:
    bosh_service_url: https://example.com:5000/bosh
    conversejs_options:
      i18n: 'de'
      theme: 'dracula'
      authentication: 'login'
      auto_away: 300
      auto_reconnect: true
      message_archiving: 'always'
      view_mode: 'fullscreen'
      show_background: true
    conversejs_plugins: ["libsignal"]

Top-Level Options - language: de

Debian13 ejabberd 25.10

lBARSl avatar Nov 18 '25 12:11 lBARSl

ref: https://github.com/processone/ejabberd/issues/4496#issuecomment-3547394955

licaon-kter avatar Nov 18 '25 12:11 licaon-kter

@jcbrand: A new release is needed with your fix:

  • https://github.com/conversejs/converse.js/commit/96bb51e8fa6145af628c026e7cfdb05ea9039f55

Can you look to create a new release version?

Note: At the same time, there is this badlop PR too:

  • https://github.com/conversejs/converse.js/pull/3905

Thanks in advance.

Linked to:

  • https://github.com/processone/ejabberd/issues/4496

Neustradamus avatar Nov 18 '25 21:11 Neustradamus

11.0.1 is working. I'm still using it.

I would like to use version 12 with all subsequent additions. Please release a release)

lBARSl avatar Nov 19 '25 10:11 lBARSl