Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter viktazon

    (@viktazon)

    It would be good to introduce a more flexible translation system. Unfortunately, not all languages allow you to combine words in the same way as English. Each combination needs its own translation.
    Just like words when output in different places may have different case or be replaced by another word.

    $custom_text = [
    'Events' => 'events',
    ];

    This translation, for example, changes the name not only in the link under the events (Previous Events and Next Event), but, surprisingly, in the header of the admin panel :0

    Thank you for the module. I wish you further successful development.

    Thread Starter viktazon

    (@viktazon)

    $custom_text = [
    'Prev_text' => 'Prev_MYtext',
    'Events' => 'events',
    ];
    
    $custom_text = [
    '
     Prev_text ' => 'Prev_MYtext',
    'Events' => 'events',
    ];

    — it doesn’t work. And any other options I could think of, too

Viewing 2 replies - 16 through 17 (of 17 total)