Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: simplify footer credits #2222

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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