From c5bb95714d3114151ec6c9e20da785932f783c52 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sat, 28 Jan 2023 19:55:43 +0000 Subject: [PATCH] add czech language --- frontend/src/App.vue | 2 +- frontend/src/i18n/cs.json | 221 +++++++++++++++++++++++++++++++++++++ frontend/src/i18n/index.js | 8 +- frontend/src/main.js | 5 +- 4 files changed, 231 insertions(+), 5 deletions(-) create mode 100644 frontend/src/i18n/cs.json diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 0f83c83..b6f2df5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -22,7 +22,7 @@