···3232const text = "Hello World";
3333<Text accessibilityLabel="Label is here">{text}</Text>
3434```
3535-In this case, you cannot use the `useLingui()` hook:
3535+In this case, you can use the `useLingui()` hook:
3636```jsx
3737import { msg } from "@lingui/macro";
3838import { useLingui } from "@lingui/react";
···116116### Credits
117117Please check each individual `messages.po` file for the credits of the translators. We are very grateful for their help!
118118119119-If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo.119119+If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo.