From 8497a0b12e4ce0d5c7f3d435f4ce3654fcd38a41 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 27 Mar 2023 21:23:48 +0330 Subject: [PATCH] add trnalation policy --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46b09d0d..be99e6f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. - 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`. +- Any new or changed string that might be shown to the user must be translated.