Skip to content

Commit

Permalink
Tag 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 10, 2021
1 parent 0e13cd9 commit 2da0be0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ cp ../localise.xml packaging
cp ../install.php packaging
cd packaging
zip -r ../packages/com_localise.zip component/ media/ localise.xml install.php
cd ../
rm -rf ./packaging
1 change: 0 additions & 1 deletion build/packages/index.html

This file was deleted.

6 changes: 3 additions & 3 deletions component/admin/language/en-GB/en-GB.com_localise.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; @package Localise.administrator
; @subpackage com_localise
; @description English - GB
; @version 4.0.38-dev
; @version 4.1.0
; @date 2012-08-23 00:00:00
; @copyright (C) 2012 - today Localise Team, Inc. All rights reserved.
; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
Expand Down Expand Up @@ -63,7 +63,7 @@ COM_LOCALISE_LABEL_COPYRIGHT_DESC="Standard copyright information"
COM_LOCALISE_LABEL_LICENSE="License"
COM_LOCALISE_LABEL_LICENSE_DESC="GNU/GPL"
COM_LOCALISE_LABEL_PRIORITY="Priority to extension folder"
COM_LOCALISE_LABEL_PRIORITY_DESC="If the file exists, setting this to Yes will present as reference the files from the extension folder. Default is No, i.e. use the files from core folder."
COM_LOCALISE_LABEL_PRIORITY_DESC="If the file exists, setting this to Yes will present as reference the files from the extension folder. Default is No, i.e. use the files from core folder."
COM_LOCALISE_LABEL_SUFFIXES="Suffixes of language's files"
COM_LOCALISE_LABEL_SUFFIXES_DESC="Enter the suffixes of your language files. Separate suffixes with a comma. Example: if the name of your language files are 'en-GB.com_admin.sys.ini' and 'en-GB.com_admin.menu.ini', suffixes should be '.sys, .menu'"

Expand All @@ -73,7 +73,7 @@ COM_LOCALISE_ACCESS_LANGUAGE_EDIT="Edit"
COM_LOCALISE_ACCESS_LANGUAGE_EDIT_DESC="Edit description"
COM_LOCALISE_COPY_REF_TO_NEW_LANG="Copy reference language files to this language"
COM_LOCALISE_COPY_REF_TO_NEW_LANG_FIRSTSAVE="After saving this file and if the client is not 'installation' a new toolbar button will be available to let you copy, if desired, the Reference Language files to this new language."
COM_LOCALISE_COPY_REF_TO_NEW_LANG_TIP="Define a Reference Language in the Component Options. It can be chosen among any installed language. It is presently set to <strong>%1$s</strong>.<br />Clicking the <strong>Copy reference language files to this language</strong> toolbar button will copy all reference language files to this new language for this client. The new language folder should only contain this <strong>%2$s.xml</strong> file.<br />Do this for both administrator and site. Then go to the Translations page to modify translations if necessary.<br />Thereafter, you may create a fully working installation pack for this language by navigating to the Packages page, create a new package by duplicating a master core pack, modify to fit the new language, download and install via Extensions=>Install.<br />This makes it easier to create custom language packs for various countries than saving each file in the Translations page.<br /><strong>Examples of use:</strong> create an <strong>en-JM</strong> pack targeting Jamaica from the en-GB reference language, a <strong>fr-CH</strong> pack targeting Switzerland from the fr-FR reference language, etc."
COM_LOCALISE_COPY_REF_TO_NEW_LANG_TIP="Define a Reference Language in the Component Options. It can be chosen among any installed language. It is presently set to <strong>%1$s</strong>.<br />Clicking the <strong>Copy reference language files to this language</strong> toolbar button will copy all reference language files to this new language for this client. The new language folder should only contain this <strong>%2$s.xml</strong> file.<br />Do this for both administrator and site. Then go to the Translations page to modify translations if necessary.<br />Thereafter, you may create a fully working installation pack for this language by navigating to the Packages page, create a new package by duplicating a master core pack, modify to fit the new language, download and install via Extensions=>Install.<br />This makes it easier to create custom language packs for various countries than saving each file in the Translations page.<br /><strong>Examples of use:</strong> create an <strong>en-JM</strong> pack targeting Jamaica from the en-GB reference language, a <strong>fr-CH</strong> pack targeting Switzerland from the fr-FR reference language, etc."
COM_LOCALISE_ERROR_LANGUAGE_COPY_FILES_NOT_PERMITTED="Failure copying files:<br />- the reference language is the same as the destination language<br />- or the destination language is en-GB."
COM_LOCALISE_ERROR_LANGUAGE_COULD_NOT_COPY_FILES="The %1$s %2$s reference language files could not be copied to the %3$s language folder."
COM_LOCALISE_ERROR_LANGUAGE_FILEEDIT="Error editing language file %s"
Expand Down
2 changes: 1 addition & 1 deletion component/admin/language/en-GB/en-GB.com_localise.sys.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; @description English - GB
; @version 4.0.38-dev
; @version 4.1.0
; @author Localise Team
; @copyright (C) 2012 - today Localise Team, Inc. All rights reserved.
; @copyright http://joomlacode.org/gf/project/com_localise/
Expand Down
2 changes: 1 addition & 1 deletion localise.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<copyright>(C) 2020 Open Source Matters</copyright>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>https://github.com/joomla-projects/com_localise</authorUrl>
<version>4.1.0-dev</version>
<version>4.1.0</version>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<description>COM_LOCALISE_XML_DESCRIPTION</description>
<scriptfile>install.php</scriptfile>
Expand Down
4 changes: 2 additions & 2 deletions update-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<description>Localise - nice and easy management of languages and translation files.</description>
<element>com_localise</element>
<type>component</type>
<version>4.0.38-dev</version>
<version>4.1.0</version>
<infourl title="com_localise">https://github.com/joomla-projects/com_localise/</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/joomla-projects/com_localise/releases/download/4.0.38-dev/com_localise-4.0.38-dev.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/joomla-projects/com_localise/releases/download/4.1.0/com_localise-4.1.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version=".*" />
</update>
Expand Down

0 comments on commit 2da0be0

Please sign in to comment.