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