From 4e1cd34ca02547e726692111de6be14c6bb6550d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:01:35 +0200 Subject: [PATCH] New translations common.json (Spanish) --- public/locales/es/common.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 public/locales/es/common.json diff --git a/public/locales/es/common.json b/public/locales/es/common.json new file mode 100644 index 000000000..9a0b9a9d9 --- /dev/null +++ b/public/locales/es/common.json @@ -0,0 +1,6 @@ +{ + "actions": { + "save": "Save" + }, + "tip": "Tip: " +} \ No newline at end of file