diff --git a/docs/localization.md b/docs/localization.md index b3dce7b4..0de24479 100644 --- a/docs/localization.md +++ b/docs/localization.md @@ -32,7 +32,7 @@ import { Text } from "react-native"; const text = "Hello World"; {text} ``` -In this case, you cannot use the `useLingui()` hook: +In this case, you can use the `useLingui()` hook: ```jsx import { msg } from "@lingui/macro"; import { useLingui } from "@lingui/react"; @@ -116,4 +116,4 @@ export function Welcome() { ### Credits Please check each individual `messages.po` file for the credits of the translators. We are very grateful for their help! -If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo. \ No newline at end of file +If you would like to translate the Bluesky app into your language, please open a PR or issue on this repo.