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