From 5eca5f64ca73cd6627f0d34cbbf699ff13baa0a3 Mon Sep 17 00:00:00 2001 From: IT Creativity + Art Team Date: Sat, 11 May 2024 20:38:21 +0300 Subject: [PATCH] BG lang support for Planka BG lang support for Planka --- server/config/locales/bg.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 server/config/locales/bg.json diff --git a/server/config/locales/bg.json b/server/config/locales/bg.json new file mode 100644 index 0000000..f7be488 --- /dev/null +++ b/server/config/locales/bg.json @@ -0,0 +1,4 @@ +{ + "Welcome": "Добре дошли", + "A brand new app.": "Създайте ново приложение" +}