From e19486cc21ad0f937d7d509ef5e9c0bf2232285a Mon Sep 17 00:00:00 2001
From: Bye <bye@omg.lol>
Date: Sat, 27 Jul 2024 15:11:24 +0300
Subject: [PATCH] Added translation using Weblate (Finnish)

---
 fi.php | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 fi.php

diff --git a/fi.php b/fi.php
new file mode 100644
index 0000000..6ef040d
--- /dev/null
+++ b/fi.php
@@ -0,0 +1,36 @@
+<?php
+$LANG['auth']['signup'] = '';
+$LANG['auth']['login'] = '';
+$LANG['auth']['logInWithPasskey'] = '';
+$LANG['auth']['logInWithPasskeyExplainer'] = '';
+$LANG['auth']['passkey'] = '';
+$LANG['auth']['passkeyPlural'] = '';
+$LANG['auth']['signout'] = '';
+$LANG['auth']['signedout'] = '';
+$LANG['auth']['email'] = '';
+$LANG['auth']['password'] = '';
+$LANG['auth']['confirmPassword'] = '';
+$LANG['auth']['newPassword'] = '';
+$LANG['auth']['currentPassword'] = '';
+$LANG['button']['submit'] = '';
+$LANG['button']['changePassword'] = '';
+$LANG['page']['credits'] = '';
+$LANG['page']['signup'] = '';
+$LANG['page']['login'] = '';
+$LANG['page']['dashboard'] = '';
+$LANG['page']['profile'] = '';
+$LANG['page']['settings'] = '';
+$LANG['settings']['account'] = '';
+$LANG['settings']['region'] = '';
+$LANG['settings']['security'] = '';
+$LANG['header']['hello'] = '';
+$LANG['footer']['executionTime'] = '';
+$LANG['generic']['generic'] = '';
+$LANG['generic']['error'] = '';
+$LANG['idcard']['joined'] = '';
+$LANG['error']['generic'] = '';
+$LANG['error']['loggedIn'] = '';
+$LANG['error']['notLoggedIn'] = '';
+$LANG['error']['incorrectAuth'] = '';
+$LANG['error']['invalidEmail'] = '';
+$LANG['name'] = '';
-- 
GitLab