Skip to content

Commit a9a7f6a

Browse files
Updated language and Astroid Verison(v2.0.2 to v2.1.0)
1 parent 0e0fa08 commit a9a7f6a

File tree

8 files changed

+14
-12
lines changed

8 files changed

+14
-12
lines changed

astroid/astroid-framework/astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<libraryname>astroid</libraryname>
66
<author>JoomDev</author>
77
<creationDate>Nov 2018</creationDate>
8-
<version>2.0.2-dev</version>
8+
<version>2.1.0</version>
99
<url>https://www.astroidframework.com</url>
1010
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
1111
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-framework/framework/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class AstroidFrameworkConstants {
1212

13-
public static $astroid_version = '2.0.2-dev';
13+
public static $astroid_version = '2.1.0';
1414
public static $fontawesome_version = '5.6.3';
1515
public static $animatecss_version = '3.7.0';
1616
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';

astroid/astroid-framework/language/en-GB/en-GB.astroid.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ TPL_ASTROID_BASIC_ICON_STYLE_LABEL="Icon shape"
167167
TPL_ASTROID_BASIC_ICON_STYLE_DESC="Select a Back to Top icon shape."
168168
TPL_ASTROID_BASIC_DISABLE_TOP_ON_MOBILE_LABEL="Back To Top Button On Mobile"
169169
TPL_ASTROID_BASIC_DISABLE_TOP_ON_MOBILE_DESC="Enable or disable the button to show or hide Back to top button on mobile view."
170-
TPL_ASTROID_ADVANCED_LAYOUT_SELECT="Section Layout"
171-
TPL_ASTROID_ADVANCED_LAYOUT_SELECT_DESC="Choose the section layout."
170+
TPL_ASTROID_ADVANCED_LAYOUT_SELECT="Site Layout"
171+
TPL_ASTROID_ADVANCED_LAYOUT_SELECT_DESC="Select the site layout."
172172
TPL_ASTROID_ADVANCED_LAYOUT_OPTION_WIDE="Wide"
173173
TPL_ASTROID_ADVANCED_LAYOUT_OPTION_BOXED="Boxed"
174174

@@ -400,8 +400,10 @@ TPL_ASTROID_MEGA_MENU_TEXT="Configure and Customize Mega Menu for your website w
400400
TPL_ASTROID_MENU_OPTIONS_ADD_ROW="Add Row"
401401
TPL_ASTROID_MENU_OPTIONS_SELECT_DIRECTION="Select Direction"
402402
TPL_ASTROID_MENU_OPTIONS_SELECT_ALIGNMENT="Select Alignment"
403-
TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION="Dropdown Trigger"
404-
TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW="Dropdown Arrow"
403+
TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION_LABEL="Dropdown Trigger"
404+
TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION_DESC="Choose the action for the menu items to view the megamenu"
405+
TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW_LABEL="Dropdown Arrow"
406+
TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW_DESC="Enable or Disable if you want to show the dropdown arrow"
405407
TPL_ASTROID_MENU_OPTIONS_DROPDOWN_ALIGNMENT="Dropdown Alignment"
406408
TPL_ASTROID_MENU_OPTIONS_MEGAMENU_WIDTH="Width"
407409
TPL_ASTROID_MENU_OPTIONS_WIDTH="Width"

astroid/astroid-framework/plugins/astroid/astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>Astroid Plugin</name>
44
<author>JoomDev</author>
55
<creationDate>Nov 2018</creationDate>
6-
<version>2.0.2-dev</version>
6+
<version>2.1.0</version>
77
<url>https://www.astroidframework.com</url>
88
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
99
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

astroid/astroid-template-zero-j4/templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<authorUrl>https://www.joomdev.com</authorUrl>
99
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
11-
<version>2.0.2-dev</version>
11+
<version>2.1.0</version>
1212
<description>TPL_ASTROID_XML_DESCRIPTION</description>
1313

1414
<updateservers>

astroid/astroid-template-zero/astroid/options/header.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@
105105
</field>
106106

107107

108-
<field ngShow="header==true" astroidgroup="header_element" name="dropdown_trigger" type="astroidradio" default="hover" label="TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION">
108+
<field ngShow="header==true" astroidgroup="header_element" name="dropdown_trigger" type="astroidradio" default="hover" label="TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION_LABEL" description="TPL_ASTROID_MENU_OPTIONS_SELECT_ACTION_DESC">
109109
<option value="hover">JGLOBAL_HOVER</option>
110110
<option value="click">JGLOBAL_CLICK</option>
111111
</field>
112112

113-
<field ngShow="header==true" astroidgroup="header_element" name="dropdown_arrow" type="astroidtext" astroid-switch="true" default="0" label="TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW"></field>
113+
<field ngShow="header==true" astroidgroup="header_element" name="dropdown_arrow" type="astroidtext" astroid-switch="true" default="0" label="TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW_LABEL" description="TPL_ASTROID_MENU_OPTIONS_SELECT_ARROW_DESC"></field>
114114

115115
<field ngShow="header==true" astroidgroup="header_element" description="TPL_ASTROID_HEADER_LOGO_OPTION_DESC" title="TPL_ASTROID_HEADER_LOGO_OPTION" type="astroidheading" />
116116

astroid/astroid-template-zero/templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<authorUrl>https://www.joomdev.com</authorUrl>
99
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
11-
<version>2.0.2-dev</version>
11+
<version>2.1.0</version>
1212
<description>TPL_ASTROID_XML_DESCRIPTION</description>
1313

1414
<updateservers>

pkg_astroid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packagerurl>https://www.astroidframework.com</packagerurl>
88
<author>JoomDev</author>
99
<creationDate>Nov 2018</creationDate>
10-
<version>2.0.2-dev</version>
10+
<version>2.1.0</version>
1111
<url>https://www.joomdev.com</url>
1212
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
1313
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)