feat: add persian translation for new keys

This commit is contained in:
Ased Mammad 2024-03-05 00:47:43 +03:30
parent 4d67dd977d
commit 5f5b6ec141
4 changed files with 148 additions and 151 deletions

View file

@ -39,7 +39,7 @@
});
if (res) {
users = await getUsers(localStorage.token);
toast.success($i18n.t('Successfully updated'));
toast.success($i18n.t('Successfully updated.'));
}
};