my fork of the bluesky client

Update localization.md (#2263)

authored by

Bryan Lumbantobing and committed by
GitHub
64dc8ff3 bc31da47

+2 -2
+2 -2
docs/localization.md
··· 32 32 const text = "Hello World"; 33 33 <Text accessibilityLabel="Label is here">{text}</Text> 34 34 ``` 35 - In this case, you cannot use the `useLingui()` hook: 35 + In this case, you can use the `useLingui()` hook: 36 36 ```jsx 37 37 import { msg } from "@lingui/macro"; 38 38 import { useLingui } from "@lingui/react"; ··· 116 116 ### Credits 117 117 Please check each individual `messages.po` file for the credits of the translators. We are very grateful for their help! 118 118 119 - If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo. 119 + If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo.