Skip to content

Commit

Permalink
feat: simplify footer credits (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot authored Jan 29, 2024
1 parent 87ad372 commit 01ef71d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion newspack-theme/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<?php endif; ?>

<a target="_blank" href="<?php echo esc_url( __( 'https://newspack.com/', 'newspack' ) ); ?>" class="imprint">
<?php echo esc_html__( 'Proudly powered by Newspack by Automattic', 'newspack' ); ?>
<?php echo esc_html__( 'Powered by Newspack', 'newspack' ); ?>
</a>

<?php
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ msgid "https://newspack.com/"
msgstr "https://newspack.com/"

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Stolz betrieben von Newspack von Automattic"
msgid "Powered by Newspack"
msgstr "Angetrieben von Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ msgid "https://newspack.com/"
msgstr ""

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Orgullosamente impulsado por Newspack de Automattic"
msgid "Powered by Newspack"
msgstr "Impulsado por Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/fr_BE.po
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ msgid "https://newspack.com/"
msgstr "https://newspack.com/"

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Propulsé par Newspack de Automattic"
msgid "Powered by Newspack"
msgstr "Propulsé par Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down
2 changes: 1 addition & 1 deletion newspack-theme/languages/newspack-theme.pot
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ msgid "https://newspack.com/"
msgstr ""

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgid "Powered by Newspack"
msgstr ""

#: functions.php:78
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/pl_PL.po
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ msgid "https://newspack.com/"
msgstr "https://newspack.com/"

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Oparte na Newspack od Automattic"
msgid "Powered by Newspack"
msgstr "Oparte na Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ msgid "https://newspack.com/"
msgstr "https://newspack.com/"

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Feito por Newspack por Automattic"
msgid "Powered by Newspack"
msgstr "Feito por Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down
4 changes: 2 additions & 2 deletions newspack-theme/languages/pt_PT.po
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ msgid "https://newspack.com/"
msgstr "https://newspack.com/"

#: footer.php:49
msgid "Proudly powered by Newspack by Automattic"
msgstr "Feito por Newspack por Automattic"
msgid "Powered by Newspack"
msgstr "Feito por Newspack"

#: functions.php:78
msgid "Primary Menu"
Expand Down

0 comments on commit 01ef71d

Please sign in to comment.