make accessibilityLabel localized

This commit is contained in:
Ansh Nanda
2023-11-07 15:51:42 -08:00
parent 400d92d44e
commit 7d0504ad22
84 changed files with 1682 additions and 1300 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ So the workflow is as follows:
6. Enjoy translated app!
### Common pitfalls
These pitfalls are memoization pitfalls that will cause the components to not re-render when the locale is changed -- causing for stale translations to be shown.
These pitfalls are memoization pitfalls that will cause the components to not re-render when the locale is changed -- causing stale translations to be shown.
```jsx
import { msg } from "@lingui/macro";