Skip to content

Commit 1cfdaa2

Browse files
committed
Small Languages changes
1 parent 7db77a5 commit 1cfdaa2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ TPL_ASTROID_MENU_SEARCH_MODULE="Search Module"
288288
TPL_ASTROID_ENABLE_ON_SINGLE_VIEW_ONLY="Enable on single article view only"
289289
TPL_ASTROID_ENABLE_ON_CATEGORY_FEATURED_VIEW_ONLY="Enable on category/featured view only"
290290
TPL_ASTROID_ENABLE_ON_ALL_VIEWS="Enable on all views."
291+
291292
; Color Tab
292293
TPL_ASTROID_BACKGROUND_COLOR_LABEL="Background Color"
293294
TPL_ASTROID_BG_GREDIENT_LABEL="Gradient Colors"
@@ -326,6 +327,8 @@ TPL_ASTROID_OFF_CANVAS_TEXT_COLOR_DESC="Set the color of the text in the offcanv
326327
TPL_ASTROID_OFF_CANVAS_LINK_COLOR_DESC="Set the menu & sub menu items text colour"
327328
TPL_ASTROID_OFF_CANVAS_ACTIVE_LINK_COLOR_DESC="Set the color of the text link that is active"
328329
TPL_ASTROID_OFF_CANVAS_ACTIVE_BGCOLOR_DESC="Set the background color of the active link"
330+
TPL_ASTROID_HAMBURGER_ICON_COLOR="Hamburger Icon Color"
331+
TPL_ASTROID_ACTIVE_HAMBURGER_ICON_COLOR="Active Hamburger Icon Color"
329332

330333
; Typography Tab
331334
TPL_ASTROID_TYPOGRAPHY_OPTIONS_LABEL="Typography Properties"
@@ -643,7 +646,7 @@ ASTROID_ANIMATION_DELAY_DESC="Animation delay time in millisecond."
643646
; Article/Blogs
644647
ASTROID_ARTICLE_OPTIONS_BASIC="Basic Options"
645648
ASTROID_ARTICLE_OPTIONS_ADVANCE="Single Article Options"
646-
ASTROID_ARTICLE_OPTIONS_LISTING_ADVANCE="Articles Listing Options (Blog/Featured/Category)"
649+
ASTROID_ARTICLES_LISTING_OPTIONS="Articles Listing Options"
647650
ASTROID_ARTICLE_TYPE_ICON_LBL="Article type Icon"
648651
ASTROID_ARTICLE_TYPE_ICON_DESC="Enable to show article icon. Icon will be shown according to which type of content the particular article have. The icon will appear on the top right corner of the article."
649652
ASTROID_ARTICLE_READTIME_LBL="Read Time"
@@ -855,13 +858,13 @@ TPL_COLOR_GREY="Grey"
855858
TPL_COLOR_GREY_DARK="Grey Dark"
856859

857860
;Smooth Scroll
858-
TPL_SMOOTH_SCROLL_TITLE = "Smooth Scroll"
859-
TPL_SMOOTH_SCROLL_ENABLE_LBL = "Enable Smooth Scroll"
860-
TPL_SMOOTH_SCROLL_ENABLE_DESC = "Enabling will option load the necessary JS for smooth scroll."
861-
TPL_SMOOTH_SCROLL_SPEED_LBL = "Scroll Speed"
862-
TPL_SMOOTH_SCROLL_SPEED_DESC = "This a number representing the amount of time in milliseconds that it should take to scroll 1000px. Scroll distances shorter than that will take less time, and scroll distances longer than that will take more time. The default is 300ms."
861+
TPL_SMOOTH_SCROLL_TITLE="Smooth Scroll"
862+
TPL_SMOOTH_SCROLL_ENABLE_LBL="Enable Smooth Scroll"
863+
TPL_SMOOTH_SCROLL_ENABLE_DESC="Enabling will option load the necessary JS for smooth scroll."
864+
TPL_SMOOTH_SCROLL_SPEED_LBL="Scroll Speed"
865+
TPL_SMOOTH_SCROLL_SPEED_DESC="This a number representing the amount of time in milliseconds that it should take to scroll 1000px. Scroll distances shorter than that will take less time, and scroll distances longer than that will take more time. The default is 300ms."
863866

864-
ASTROID_JD_BUILDER = "Builder"
867+
ASTROID_JD_BUILDER="Builder"
865868

866869
; Shortcuts
867870
ASTROID_KEYBOARD_SHORTCUTS="Keyboard Shortcuts"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<fieldset label="ASTROID_OPTIONS_ARTICLE_BLOG" icon="far fa-newspaper" name="articles" addfieldpath="/libraries/astroid/framework/fields" order="6">
55

66
<field type="astroidgroup" name="article_single_options" title="ASTROID_ARTICLE_OPTIONS_ADVANCE"/>
7-
<field type="astroidgroup" name="article_listing_options" title="ASTROID_ARTICLE_OPTIONS_LISTING_ADVANCE"/>
7+
<field type="astroidgroup" name="article_listing_options" title="ASTROID_ARTICLES_LISTING_OPTIONS"/>
88

99
<field astroidgroup="article_listing_options" name="article_posttype" type="astroidtext" astroid-switch="true" default="1" label="ASTROID_ARTICLE_TYPE_ICON_LBL" description="ASTROID_ARTICLE_TYPE_ICON_DESC"></field>
1010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
</field>
6868
<field astroidgroup="off_canvas" name="mobile_menu_active_bg_color" type="astroidcolor" large="true" label="TPL_ASTROID_ACTIVE_BACKGROUND_COLOR_LABEL" description="TPL_ASTROID_OFF_CANVAS_ACTIVE_BGCOLOR_DESC">
6969
</field>
70-
<field astroidgroup="off_canvas" name="mobile_menu_icon_color" type="astroidcolor" large="true" default="" label="Toggle Icon Color" description="">
70+
<field astroidgroup="off_canvas" name="mobile_menu_icon_color" type="astroidcolor" large="true" default="" label="TPL_ASTROID_HAMBURGER_ICON_COLOR">
7171
</field>
72-
<field astroidgroup="off_canvas" name="mobile_menu_active_icon_color" type="astroidcolor" large="true" default="" label="Active Toggle Icon Color" description="">
72+
<field astroidgroup="off_canvas" name="mobile_menu_active_icon_color" type="astroidcolor" large="true" default="" label="TPL_ASTROID_ACTIVE_HAMBURGER_ICON_COLOR">
7373
</field>
7474
</fieldset>
7575
</fields>

astroid/astroid-template-zero/scss/astroid/components/_badge.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124
left: 0;
125125
}
126126
}
127-
~ .article-title{
128-
margin-top: $article-badge-height + 5px;
129-
}
130127
}
131128

132129
.card-body {

0 commit comments

Comments
 (0)