From c07a342c9730500670820243953e6891de177923 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 9 Jun 2025 17:04:33 -0400 Subject: [PATCH] chore: remove unused translation keys from localization file --- client/src/locales/en/translation.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index b3a000038e..7b39abe709 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -4,7 +4,6 @@ "com_a11y_ai_composing": "The AI is still composing.", "com_a11y_end": "The AI has finished their reply.", "com_a11y_start": "The AI has started their reply.", - "com_agents_allow_editing": "Allow other users to edit your agent", "com_agents_by_librechat": "by LibreChat", "com_agents_code_interpreter": "When enabled, allows your agent to leverage the LibreChat Code Interpreter API to run generated code, including file processing, securely. Requires a valid API key.", "com_agents_code_interpreter_title": "Code Interpreter API", @@ -530,10 +529,8 @@ "com_ui_agent_deleted": "Successfully deleted agent", "com_ui_agent_duplicate_error": "There was an error duplicating the agent", "com_ui_agent_duplicated": "Agent duplicated successfully", - "com_ui_agent_editing_allowed": "Other users can already edit this agent", "com_ui_agent_recursion_limit": "Max Agent Steps", "com_ui_agent_recursion_limit_info": "Limits how many steps the agent can take in a run before giving a final response. Default is 25 steps. A step is either an AI API request or a tool usage round. For example, a basic tool interaction takes 3 steps: initial request, tool usage, and follow-up request.", - "com_ui_agent_shared_to_all": "something needs to go here. was empty", "com_ui_agent_var": "{{0}} agent", "com_ui_agent_version": "Version", "com_ui_agent_version_active": "Active Version", @@ -867,7 +864,6 @@ "com_ui_no_backup_codes": "No backup codes available. Please generate new ones", "com_ui_no_bookmarks": "it seems like you have no bookmarks yet. Click on a chat and add a new one", "com_ui_no_category": "No category", - "com_ui_no_changes": "No changes to update", "com_ui_no_data": "something needs to go here. was empty", "com_ui_no_personalization_available": "No personalization options are currently available", "com_ui_no_read_access": "You don't have permission to view memories",