From 4cf79d9ed7f9633b8369235f3c268c9ab1831246 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Wed, 15 Oct 2025 11:27:56 -0400 Subject: [PATCH] Include english string --- Assets/Translations/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index 7f6cf5c7..9052de86 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -1305,7 +1305,8 @@ "bottom_left": "Bottom left", "bottom_right": "Bottom right", "bottom_center": "Bottom center", - "top_center": "Top center" + "top_center": "Top center", + "center": "Center" }, "quickSettingsStyle": { "modern": "Modern", @@ -1623,4 +1624,4 @@ "disabled": "Battery manager disabled" } } -} \ No newline at end of file +}