diff options
| author | 2026-01-06 08:17:41 +0100 | |
|---|---|---|
| committer | 2026-01-06 08:17:41 +0100 | |
| commit | ff3d1e8009a81189092eb012c4861dce106ed553 (patch) | |
| tree | 46ee346265f721631362950411a67c35af02ecce /app/i18n/fa/install.php | |
| parent | a044120ecfd2751dc6ce87a46a44ea7f97ebeb02 (diff) | |
[i18n] Add "." at the end of "You have the PDO driver for SQLite" to improve uniformity (#8409)
See <https://github.com/FreshRSS/FreshRSS/pull/8403#discussion_r2662753028>.
Diffstat (limited to 'app/i18n/fa/install.php')
| -rw-r--r-- | app/i18n/fa/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/fa/install.php b/app/i18n/fa/install.php index 0f6bf5495..94ccfd198 100644 --- a/app/i18n/fa/install.php +++ b/app/i18n/fa/install.php @@ -87,7 +87,7 @@ return array( ), 'pdo-sqlite' => array( 'nok' => 'Cannot find the PDO driver for SQLite.', // TODO - 'ok' => 'You have the PDO driver for SQLite', // TODO + 'ok' => 'You have the PDO driver for SQLite.', // TODO ), 'pdo' => array( 'nok' => 'نمیتوان PDO یا یکی از درایورهای پشتیبانیشده (pdo_mysql، pdo_sqlite، pdo_pgsql) را پیدا کرد.', |
