Closed infograf768 closed 8 years ago
In 3.7, we will get 2 new metadata in the xx-XX.xml files. nativeName and calendar
nativeName
calendar
In installation, only one:
<metadata> <name>French (FR)</name> <nativeName>Français (France)</nativeName> <tag>fr-FR</tag> <rtl>0</rtl> </metadata>
for admin and site, both
<metadata> <name>French (FR)</name> <nativeName>Français (France)</nativeName> <tag>fr-FR</tag> <rtl>0</rtl> <locale>fr_FR.utf8, fr_FR.UTF-8, fr_FR.UTF-8@euro, fr_FR, fre_FR, fr, france</locale> <firstDay>0</firstDay> <weekEnd>0,6</weekEnd> <calendar>gregorian</calendar> </metadata>
This patch lets use com_localise on both <3.7 and >=3.7, presenting the new fields only when the J version is >=3.7.
To test, edit const RELEASE in /libraries/cms/version/version.php
const RELEASE
/libraries/cms/version/version.php
I also separated the Metadata values in the Edit page.
Example for < 3.7
and for >=3.7
@Valc Thanks for testing.
In 3.7, we will get 2 new metadata in the xx-XX.xml files.
nativeName
andcalendar
In installation, only one:
for admin and site, both
This patch lets use com_localise on both <3.7 and >=3.7, presenting the new fields only when the J version is >=3.7.
To test, edit
const RELEASE
in/libraries/cms/version/version.php
I also separated the Metadata values in the Edit page.
Example for < 3.7
and for >=3.7