1
0
Fork 0
mirror of synced 2024-08-19 20:21:41 +12:00
appwrite/app/config/locale/templates.php

16 lines
216 B
PHP
Raw Normal View History

<?php
return [
'email' => [
'verification',
2023-03-13 14:45:23 +13:00
'magicSession',
'recovery',
'invitation',
],
'sms' => [
2023-03-14 22:13:43 +13:00
'verification',
'login',
2023-03-14 22:13:43 +13:00
'invitation'
]
2023-03-10 15:46:34 +13:00
];