-
iCagenda
-
iCagenda Theme Packs
-
[SOLVED] Mistake in default.event.php
[SOLVED] Mistake in default.event.php
-
Ralerope
-
Auteur du sujet
-
Nouveau membre
-
Réduire
Plus d'informations
-
Messages : 1
-
Remerciements reçus 0
-
-
il y a 7 mois 2 semaines - il y a 7 mois 2 semaines #18541
par Ralerope
Hi. You have a mistake in your code:
com_icagenda/site/themes/packs/default/default.event.php
at Line 89:
mistake: <div class="ic-divCell ic-label"><?php echo $EVENT_VIEW_DATE_LABEL; ?></div>
should be: <div class="ic-divCell ic-label"><?php echo JText::_('COM_ICAGENDA_EVENT_DATE'); ?></div>
Otherwise it is not possible to translate the label.
Dernière édition: il y a 7 mois 2 semaines par Lyr!C. Raison: [SOLVED]
Connexion ou Créer un compte pour participer à la conversation.
-
Lyr!C
-
-
Administrateur
-
-
Lead Developer
Réduire
Plus d'informations
-
Messages : 6774
-
Remerciements reçus 606
-
-
-
-
il y a 7 mois 2 semaines #18544
par Lyr!C
Hello,
No, there's no error, and you can translate the strings (with language overrides)
The label is singluar or plural depending on the date(s): single or period or even multiple dates.
The variable there will return the correct label, singular or plural.
To translate it, there are 2 strings:
COM_ICAGENDA_EVENT_DATES_LABEL="Dates"
COM_ICAGENDA_EVENT_DATES_LABEL_1="Date"
Hope this helps?
Best regards,
Cyril
Latest version : iCagenda 3.9.7
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Les utilisateur(s) suivant ont remercié: Ralerope
Connexion ou Créer un compte pour participer à la conversation.
-
iCagenda
-
iCagenda Theme Packs
-
[SOLVED] Mistake in default.event.php
Temps de génération de la page : 0.127 secondes