From 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Jan 2022 21:58:55 +0100 Subject: Use typographic quotes (#4133) * Use typographic quotes * A few fixes * Fix * Fix not saved * Implement feedback * Detail * Revert spoken English fixes Left for a future dedicated discussion * More reverts * Final reverts * Final minor --- cli/i18n/I18nData.php | 2 +- cli/translation-update.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cli') diff --git a/cli/i18n/I18nData.php b/cli/i18n/I18nData.php index 6656d45cd..926df9110 100644 --- a/cli/i18n/I18nData.php +++ b/cli/i18n/I18nData.php @@ -95,7 +95,7 @@ class I18nData { } /** - * Add a new language. It's a copy of the reference language. + * Add a new language. It’s a copy of the reference language. * * @param string $language * @param string $reference diff --git a/cli/translation-update.sh b/cli/translation-update.sh index 9847dc4e0..2af3f15e6 100755 --- a/cli/translation-update.sh +++ b/cli/translation-update.sh @@ -20,7 +20,7 @@ if [ -z "$(command -v po4a)" ]; then fi # Generate po4a.conf file with list of TLDR pages -echo 'Generating configuration file for po4a...' +echo 'Generating configuration file for po4a…' { echo '# WARNING: this file is generated with translation-update.sh' echo '# DO NOT modify this file manually!' @@ -34,5 +34,5 @@ for FILE in $(cd en && tree -f -i | grep ".md" | grep -v "admins"); do done # Generate POT file, PO files, and pages.XX pages -echo 'Generating POT file and translated pages...' +echo 'Generating POT file and translated pages…' po4a -k 0 --msgid-bugs-address 'https://github.com/FreshRSS/FreshRSS/issues' $CONFIGFILE -- cgit v1.2.3