From 85d4e9231d48fd3a7ac059c8801c1b116bbe8eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 19 Oct 2014 19:22:22 -0400 Subject: [PATCH] Allow the translation of the application name --- locales/cs_CZ/translations.php | 2 ++ locales/de_DE/translations.php | 2 ++ locales/es_ES/translations.php | 2 ++ locales/fr_FR/translations.php | 2 ++ locales/it_IT/translations.php | 2 ++ locales/pt_BR/translations.php | 2 ++ locales/zh_CN/translations.php | 2 ++ templates/layout.php | 4 ++-- 8 files changed, 16 insertions(+), 2 deletions(-) diff --git a/locales/cs_CZ/translations.php b/locales/cs_CZ/translations.php index c0f0410..149aa79 100644 --- a/locales/cs_CZ/translations.php +++ b/locales/cs_CZ/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/locales/de_DE/translations.php b/locales/de_DE/translations.php index a64b21a..39b6b26 100644 --- a/locales/de_DE/translations.php +++ b/locales/de_DE/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/locales/es_ES/translations.php b/locales/es_ES/translations.php index 63511ec..0bf0815 100644 --- a/locales/es_ES/translations.php +++ b/locales/es_ES/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index caec067..887471d 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -228,4 +228,6 @@ return array( 'Force RTL mode (Right-to-left language)' => 'Forcer le mode RTL (Lecture de droite à gauche)', 'Activated' => 'Activé', 'Remove this feed' => 'Supprimer cet abonnement', + 'Miniflux' => 'Miniflux', + 'miniflux' => 'miniflux', ); diff --git a/locales/it_IT/translations.php b/locales/it_IT/translations.php index 297a963..859e9c8 100644 --- a/locales/it_IT/translations.php +++ b/locales/it_IT/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 1e89535..8ec40c5 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/locales/zh_CN/translations.php b/locales/zh_CN/translations.php index d0a07dd..01b199a 100644 --- a/locales/zh_CN/translations.php +++ b/locales/zh_CN/translations.php @@ -228,4 +228,6 @@ return array( // 'Force RTL mode (Right-to-left language)' => '', // 'Activated' => '', // 'Remove this feed' => '', + // 'Miniflux' => '', + // 'miniflux' => '', ); diff --git a/templates/layout.php b/templates/layout.php index 486d711..f2e3587 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -2,7 +2,7 @@ - <?= isset($title) ? Helper\escape($title) : 'Miniflux' ?> + <?= isset($title) ? Helper\escape($title) : t('Miniflux') ?> @@ -20,7 +20,7 @@