From efd2d83c4b98056e8da243421849603c36253194 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:34 +0900 Subject: [PATCH] New translations ping.json (Croatian) --- public/locales/hr/modules/ping.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/hr/modules/ping.json diff --git a/public/locales/hr/modules/ping.json b/public/locales/hr/modules/ping.json new file mode 100644 index 000000000..76a91fe52 --- /dev/null +++ b/public/locales/hr/modules/ping.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "states": { + "online": "", + "offline": "", + "loading": "" + } +}