From 5abb69d022d9911f39b3ac2a16f7cd965729df7b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 23 Nov 2025 17:23:07 +0200 Subject: [PATCH] chore(mindmap): add Romanian locale --- apps/client/src/widgets/type_widgets/MindMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/MindMap.tsx b/apps/client/src/widgets/type_widgets/MindMap.tsx index b4ccdf371..eb54170c3 100644 --- a/apps/client/src/widgets/type_widgets/MindMap.tsx +++ b/apps/client/src/widgets/type_widgets/MindMap.tsx @@ -34,7 +34,7 @@ const LOCALE_MAPPINGS: Record ja: "ja", pt: "pt", pt_br: "pt", - ro: null, + ro: "ro", ru: "ru", tw: "zh_TW", uk: null