Language Key not rendering

In notifications, the issue with displaying the <a class=... when someone posts an image is indeed resolved and now has 'with image' instead. If someone comments on that image, clicking the notification of that person comments on it opens up and at the top it shows : Comment to _bx_timeline_txt_sample_with_image 

image_transcoder.php?o=bx_froala_image&h=450&dpx=1&t=1538759779

When searching for this language key in Polyglot, I do see it there for the Timeline module. I click edit and it shows 'with image'. I noticed that I cannot edit OR create new language keys for some reason. Can someone please advise on both of these issues?

  • 647
  • More
Replies (3)
    • Hi Cris I checked from Polyglot on my site and yes there is the translation 'with image' of and it is allowing to edit.

      And there seems no problem in creating new keys.

      May be not directly related to your situation but just as some experience and findings on database structure related to languages:

      During my Turkish Language module creation I had many problems 

      * Before creating the module I did Turkish translations over English module from polygot. This was a wrong strategy from the beginning (and Baloo warned me for this :) )
      * When I uninstall English module the the data lists like cities in Turkey (86) or Medical Faculties  (99) on forms module they all lost their titles they were like bx_pre..... something, even guessing what is what becomes almost impossible  .
      I observed the database by creating custom form elements and checking where they are registered in database and cache from backup clone site my findings were:
      They were recorded to sys_form_pre_lists and sys_form_pre_values

      Restoring these to new database was not enough also it needed sys_localisation_keys table restoration. In this table each language has a language key value like English is 3 Turkish becomes 4
      Also in cache there is an English language file. This has all the values but restoring this from backup is only creating a temporary full relief if the database is not correct.

      After these table restorations now I can install uninstall restore recompile languages and my form titles are not being effected.

      • I am still looking for a resolution to this. This happens when you click the notification that someone has commented on a link/image. 

        The URL includes www.yousite.com/cmts.php?sys=bx_timeline.............

        • It looks like a bug: https://github.com/unaio/una/issues/1669

          Thank you for the report

          Login or Join to comment.