From c5c5780a36126472f16f061fef42057fe86e66b0 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:29 +0900 Subject: [PATCH] New translations common.json (Croatian) --- public/locales/hr/modules/common.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/locales/hr/modules/common.json diff --git a/public/locales/hr/modules/common.json b/public/locales/hr/modules/common.json new file mode 100644 index 000000000..ba4f38a1c --- /dev/null +++ b/public/locales/hr/modules/common.json @@ -0,0 +1,10 @@ +{ + "settings": { + "label": "" + }, + "errors": { + "unmappedOptions": { + "text": "" + } + } +}