From e25bd8bbce2f5ca6f63fc62f27058bea7efbcc69 Mon Sep 17 00:00:00 2001 From: whatuserever <83753332+whatuserever@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:18:33 +0000 Subject: [PATCH] Remove unwanted backticks from "language" in internationalization-i18n.md --- tutorials/internationalization-i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/internationalization-i18n.md b/tutorials/internationalization-i18n.md index 272dec1..f26fdf4 100644 --- a/tutorials/internationalization-i18n.md +++ b/tutorials/internationalization-i18n.md @@ -181,7 +181,7 @@ Custom components can also be translated as described (add link) Custom componen ### Overriding language detection -Sometimes it might be useful to override language detection. You can do this by setting lang`u`age value to '`cimode`'. +Sometimes it might be useful to override language detection. You can do this by setting language value to '`cimode`'. You can also set `locale` value based on `currentAdmin` object (which holds logged user details)