From 4bd08c635e0f45a300623066886a8d3b451fd8b3 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:26:26 +0900 Subject: [PATCH] New translations error-boundary.json (Galician) --- public/locales/gl/widgets/error-boundary.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/locales/gl/widgets/error-boundary.json diff --git a/public/locales/gl/widgets/error-boundary.json b/public/locales/gl/widgets/error-boundary.json new file mode 100644 index 000000000..ce74ad0fc --- /dev/null +++ b/public/locales/gl/widgets/error-boundary.json @@ -0,0 +1,14 @@ +{ + "card": { + "title": "", + "buttons": { + "details": "", + "tryAgain": "" + } + }, + "modal": { + "text": "", + "label": "", + "reportButton": "" + } +}