add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'topic' => [
'replied_notify_subject' => 'Aiheessa on uusi vastaus',
'replied_notify_body' => 'Aiheesi:topic_subject on uusi vastaus.',
],
'post' => [
'edited_notify_subject' => 'Artikkelin vastausta muokattiin',
'edited_notify_body' => 'Vastauksesi aiheeseen: :topic_subject was modified by: :editor.',
]
];