receipt + learning + wallet + ...

This commit is contained in:
hamid zarghami
2025-02-22 17:07:32 +03:30
parent 1532fbc0ad
commit de7bed95cd
13 changed files with 121 additions and 68 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export function isEmail(input: string): boolean {
}
export function NumberFormat(number: number): string {
return Intl.NumberFormat().format(number);
return Intl.NumberFormat("fa-IR").format(number);
// return Intl.NumberFormat("fa-IR").format(number);
}