Releases: joomla-projects/com_localise
4.0.19-dev
Changes in new ini files for 3.6.0
4.0.18-dev
Adding 4 ini files for 3.6.0.
Added choice to alert for complete or not.
4.0.17-dev
Corrected a few bugs.
Added a new feature: Copy the reference language files to a new language to make a specific pack.
Example: fr-CH, en-JM, de-AT, es-MX, etc.
See instructions for use #307
4.0.16-dev
Solves 2 bugs and adds a missing lang string.
4.0.15-dev
First version to propose also changes in existing string values when en-GB is set as reference and Joomla github repository is fetched. New Options in the Component.
4.0.14-dev
Adding new master core pack for 3.5.0.
It is advised for TTs to duplicate it in the packages view, rename it and do as usual to create the new pack.
This release also lets use a star (*) in the constants without triggering a parsing error.
4.0.13-dev
Correcting editing language xml since 3.4.4
4.0.12-dev
Updating package to include uncompressed js for custom calendars.
Correcting extension package making.
Correcting ini headers as we do not need ini file to be NO BOM
4.0.11-dev
A few bugs solved.
- Preventing Translated icon display when new strings are added in
reference language - Adding filters in translation edit view for translated, unchanged, untranslated
- Listing available languages in the language filters depending on the
client settings - New Option: Choosing reference file priority (global or local extension folder) when both exists
- Correcting reference language file finding
4.0.10-dev
Some bugs solved:
lib_phpmailer.sys.ini is no more in core
Error retrieving reference language parameter.
Adding method upgrade to package manifest: VERY important as lang packs can't be updated if method="upgrade" is not added. Example pkg_fr-FR.xml
<?xml version="1.0" encoding="UTF-8"?>
<extension type="package" version="3.4" method="upgrade">
<name>French_fr-FR</name>
<packagename>fr-FR</packagename>
etc.