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