test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • m3dw Friend
    #870853

    I need to translate the module into German.
    Therefore I need to change the order of 2 words in the module: add Tags.
    I started translating the *.ini files and found these two words separated:
    JAADD="Add"
    JAK2_TAGS="Tags"

    I cant find the substitutions of these two values in the default template of the module.

    Atm it looks like "Hinzufügen Schlagwörter" (or "Add Schlagwörter" like in my screenshot).
    But for German it has to be "Schlagwörter hinzufügen" to be right language.

    How to achive this?

    Thx.


    1. k2-filter-mod
    Luna Garden Moderator
    #871350

    Hi, you could try this:
    Go to file:

    modules\mod_jak2filter\helper.php

    find for:

    $txt = JText::_('JAADD').' '.$fieldtitle;

    change to:

    $txt = JText::_('JAADD_'.$fieldtitle);

    Then in each file *.ini of JA K2 filter of each language, add:

    JAADD_JAK2_TAGS="text you want to change"

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Luna Garden 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum