From 36bda2e715ed822cc495ff419ad565084e241f43 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 5 Jun 2020 10:10:46 +0200 Subject: Add language detection when the user is not logged in (#3022) Before, when the user was not logged in, pages where translated with the '_' user language. Now, they are translated with the user preferred language if there is one supported by FreshRSS or with the system default language. --- app/views/auth/register.phtml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/views') diff --git a/app/views/auth/register.phtml b/app/views/auth/register.phtml index 3ee53356f..b2494a8ab 100644 --- a/app/views/auth/register.phtml +++ b/app/views/auth/register.phtml @@ -4,6 +4,16 @@
+
+ + +
+
-- cgit v1.2.3