feat: part of step 5

This commit is contained in:
2026-04-26 21:05:25 +02:00
parent fa0a2fb2e1
commit c34c7cd3e0
5 changed files with 5 additions and 5 deletions

View File

@@ -65,4 +65,4 @@ defmodule BDS.Desktop.ShellLive.ChatEditor do
def build(_assigns), do: nil
def translated(text, bindings \\ %{}), do: ShellData.translate(text, bindings, Process.get(:bds_ui_locale))
end
end