Jump to content

Trying to find a word in modlog__action_split


Go to solution Solved by Marc Stridgen,

Recommended Posts

@Daniel F Can you please provide the exact language key? All language strings containing "topic" are translated here, hence me opening this topic.

The language key 'topic' defaults to "Topic" (with a capitalized "T") and it is translated in our install, so it isn't this key.

mysql> SELECT * FROM core_sys_lang_words WHERE word_key='topic' AND lang_id='2';
+---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+----------------+
| word_id | lang_id | word_app | word_key | word_default | word_custom | word_default_version | word_custom_version | word_js | word_export | word_plugin | word_theme | word_is_custom |
+---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+----------------+
|   18630 |       2 | forums   | topic    | Topic        | Tópico      | 101016               | 101024              |       0 |           1 |        NULL |       NULL |                |
+---------+---------+----------+----------+--------------+-------------+----------------------+---------------------+---------+-------------+-------------+------------+----------------+
1 row in set (0.00 sec)

Cheers.

Edited by Gabriel Torres
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...