add trnalation policy

This commit is contained in:
Aria Moradi
2023-03-27 21:23:48 +03:30
parent ffe0d5160d
commit 8497a0b12e

View File

@@ -10,3 +10,4 @@ This is a `create-react-app` project, you can find it's readme in [BUILDING.md](
- Don't use relative imports. - Don't use relative imports.
- We are using MUI v5, the all stylings must be applied with the new system. - We are using MUI v5, the all stylings must be applied with the new system.
- Never use the `style` prop, there's always a cleaner solution with `sx` or `styled`. - Never use the `style` prop, there's always a cleaner solution with `sx` or `styled`.
- Any new or changed string that might be shown to the user must be translated.