Skip to content

Commit

Permalink
fix: code style & build
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed May 17, 2024
1 parent 21983fb commit 9035cea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
16 changes: 11 additions & 5 deletions languages/jadro.pot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright (C) 2023 Jadro WP
# Copyright (C) 2024 Jadro WP
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Jadro 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/jadro\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/jadrowp\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
Expand All @@ -15,7 +15,9 @@ msgstr ""
"X-Domain: jadro\n"

#. Theme Name of the theme
#. translators: %s: CMS name, i.e. WordPress.
#: functions.php:71
#: patterns/footer.php:104
msgid "Jadro"
msgstr ""

Expand Down Expand Up @@ -221,9 +223,13 @@ msgstr ""
msgid "Terms &amp; Conditions"
msgstr ""

#. translators: %s: Copyright text.
#: patterns/footer.php:104
msgid "Copyright © %s. All Rights Reserved."
#: patterns/footer.php:101
msgid "https://wpshout.com/jadro/"
msgstr ""

#. translators: 1: Theme name, 2: Theme author.
#: patterns/footer.php:110
msgid "Powered by WordPress"
msgstr ""

#: patterns/header-with-button.php
Expand Down
20 changes: 11 additions & 9 deletions patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,17 @@
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|small","right":"var:preset|spacing|30","left":"var:preset|spacing|30","bottom":"var:preset|spacing|small"},"margin":{"top":"0px","bottom":"0px"}},"border":{"top":{"color":"#ffffff21","width":"1px"},"right":{"width":"0px","style":"none"},"bottom":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}}},"backgroundColor":"senary","textColor":"white","className":"site-footer","layout":{"inherit":true,"type":"constrained"}} -->
<div class="wp-block-group alignfull site-footer has-white-color has-senary-background-color has-text-color has-background" style="border-top-color:#ffffff21;border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--small);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--small);padding-left:var(--wp--preset--spacing--30)"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">
<a href="<?php echo esc_url( __( 'https://wpshout.com/jadro/', 'jadro' ) ); ?>"><?php
/* translators: %s: CMS name, i.e. WordPress. */
printf( esc_html__( 'Jadro', 'jadro' ), 'Jadro' );
?></a>
<span class="sep"> | </span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
esc_html_e( 'Powered by WordPress', 'jadro' );
?>
<a href="<?php echo esc_url( __( 'https://wpshout.com/jadro/', 'jadro' ) ); ?>">
<?php
/* translators: %s: CMS name, i.e. WordPress. */
printf( esc_html__( 'Jadro', 'jadro' ), 'Jadro' );
?>
</a>
<span class="sep"> | </span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
esc_html_e( 'Powered by WordPress', 'jadro' );
?>
</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

0 comments on commit 9035cea

Please sign in to comment.