Jump to content

Format translation 6.0.4


Recommended Posts

When editing a category, click the Translate tab. Then click the link Add Translation.

On the new page that is displayed, from the selector, choose the language you are about to use, enter a Category Name in that language, and on the Description tab, compose a description in that language.

Link to comment
Share on other sites

In the file /admin/sources/categories.index.inc.php, near line 142:

Find:
if (isset($_POST['translate']) && isset($_POST['cat_id']) && is_numeric($_POST['cat_id'])) {

Add After:
$_POST['translate']['cat_desc'] = $GLOBALS['RAW']['POST']['translate']['cat_desc'];

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...