diff --git a/public/locales/hr/authentication/login.json b/public/locales/hr/authentication/login.json new file mode 100644 index 000000000..bd710fb47 --- /dev/null +++ b/public/locales/hr/authentication/login.json @@ -0,0 +1,27 @@ +{ + "title": "", + "text": "", + "form": { + "fields": { + "password": { + "label": "", + "placeholder": "" + } + }, + "buttons": { + "submit": "" + } + }, + "notifications": { + "checking": { + "title": "", + "message": "" + }, + "correct": { + "title": "" + }, + "wrong": { + "title": "" + } + } +}