From d13a8a0eb1c37c6b241bcea3d0123e8fa6bd8f5a Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 7 Dec 2019 11:55:12 +0100 Subject: Add user language display When managing users, I've added the language they selected to be able to communicate with them with the selected language (if I know it). It could be useful when managing a community or a paid service. --- cli/i18n/ignore/fr.php | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/i18n/ignore/fr.php b/cli/i18n/ignore/fr.php index a121e5502..d7e54ed98 100644 --- a/cli/i18n/ignore/fr.php +++ b/cli/i18n/ignore/fr.php @@ -3,6 +3,7 @@ return array( 'admin.extensions.title', 'admin.stats.number_entries', + 'admin.user.article_count', 'admin.user.articles_and_size', 'conf.display.width.large', 'conf.sharing.blogotext', -- cgit v1.2.3