feat: Add Persian translation (#828)

This commit is contained in:
Mazyar Yousefiniyae shad
2024-07-21 18:21:18 +02:00
committed by GitHub
parent f7a88f5676
commit d0ff054de2
4 changed files with 286 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import login from './login';
export default {
language: 'fa',
country: 'ir',
name: 'فارسی',
embeddedLocale: login,
};