aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-08 21:58:55 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-08 21:58:55 +0100
commit1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch)
treef11de558e7a09522a45d1c155d9707ecda6bf1eb /cli
parent916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff)
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
Diffstat (limited to 'cli')
-rw-r--r--cli/i18n/I18nData.php2
-rwxr-xr-xcli/translation-update.sh4
2 files changed, 3 insertions, 3 deletions
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