From 3d63163ab97087c323df94a852df4fd5125f9e9b Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:53:21 +0800 Subject: [PATCH] add missing file string --- _locales/en/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 16194cd..9f10cda 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -162,5 +162,15 @@ "description": "The error code" } } + }, + "error_msg_fileNotFound": { + "message": "Could not find the file $file_path$.", + "description": "The error message template for a file not found exception", + "placeholders": { + "file_path": { + "content": "$1", + "description": "The file path" + } + } } }