diff options
| author | 2022-01-08 21:58:55 +0100 | |
|---|---|---|
| committer | 2022-01-08 21:58:55 +0100 | |
| commit | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch) | |
| tree | f11de558e7a09522a45d1c155d9707ecda6bf1eb /cli | |
| parent | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (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.php | 2 | ||||
| -rwxr-xr-x | cli/translation-update.sh | 4 |
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 |
