| Re: extCal 2.40 RC-1 Released for Testing and Contributions |
| by edipinho on 2021/3/3 4:09:13 It worked perfectly, I was following the English language files, and there it was "/". Mage, thank you very much for your help, you were absolutely right, you took 1 ton off my back, thank you very much from my heart and I also thank Mambo and everyone for always helping us.
|
| Re: extCal 2.40 RC-1 Released for Testing and Contributions |
| by Mage on 2021/3/2 18:32:40 It is important to correct this: https://github.com/XoopsModules25x/extcal/issues/31 as it can be a source of error! And you really have to communicate for European date format, you have to use the "-" sign in global.php! |
| Re: extCal 2.40 RC-1 Released for Testing and Contributions |
| by Mage on 2021/3/2 18:28:21 Hello, This problem is known and very easy to correct! You cannot use the following date format: day/month/Year The following format must be used: day-month-Year It's related to this: https://www.php.net/manual/en/function.strtotime.php Quote: Note: So you have to be very careful with the xoops translation file, particularly this file: global.php To inspire you, we had the same problem with the FR translation. Here you will find a correct example of the dates: https://github.com/MonXoops/XOOPS-monxoops-Traduction-FR/blob/master/htdocs/language/french/global.php line 201, 202, 203 and 204! |
| Re: extCal 2.40 RC-1 Released for Testing and Contributions |
| by Mamba on 2021/3/2 16:29:23 Where can I find the translation pt-br_utf8? On Transifex? Is there any chance, you could upload the Core translation to GitHub: https://github.com/XoopsLanguages/portuguesebr That would help us to test it... |
| Re: extCal 2.40 RC-1 Released for Testing and Contributions |
| by edipinho on 2021/3/2 5:36:00 The correct text is this above the image of the post above.. Here is the preference of the "extcal" module referring to DATA (pt-br_utf8). |