diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/he/conf.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/he/conf.php')
| -rw-r--r-- | app/i18n/he/conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 627749130..ade5037b7 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -106,7 +106,7 @@ return array( 'type' => 'Type', // TODO ), 'get_all' => 'הצגת כל המאמרים', - 'get_category' => 'הצגת קטגוריה "%s"', + 'get_category' => 'הצגת קטגוריה “%s”', 'get_favorite' => 'הצגת מאמרים מועדפים', 'get_feed' => 'הצגת הזנה %s', 'name' => 'Name', // TODO @@ -114,7 +114,7 @@ return array( 'number' => 'שאילתה מספר °%d', 'order_asc' => 'הצגת מאמרים ישנים בראש', 'order_desc' => 'הצגת מאמרים חדשים בראש', - 'search' => 'חיפוש "%s"', + 'search' => 'חיפוש “%s”', 'state_0' => 'הצגת כל המאמרים', 'state_1' => 'הצגת מאמרים שנקראו', 'state_2' => 'הצגת מאמרים שלא נקראו', |
