From 46192f8accc38039250bbd7a4669c2a294186a7c Mon Sep 17 00:00:00 2001 From: Luke Barkess <57995669+Brumus14@users.noreply.github.com> Date: Sat, 22 Nov 2025 13:59:40 +0000 Subject: [PATCH] Configuring/Variables: added locale variable (#1292) --- content/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index 412bf1ca..c161de9e 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -63,6 +63,7 @@ the layout pages and not here. (See the Sidebar for Dwindle and Master layouts) | allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | | resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | | modal_parent_blocking | whether parent windows of modals will be interactive | bool | true | +| locale | overrides the system locale (e.g. en_US, es) | str | \[\[Empty\]\] | #### Snap