diff options
author | Bryan Lumbantobing <46083126+bryanltobing@users.noreply.github.com> | 2023-12-22 06:58:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 14:58:42 -0800 |
commit | 64dc8ff34245f602fbf2c207dac7c5865bef541b (patch) | |
tree | 320c3209379c35e675e40dbf8c6ca2575e2d8e3a /docs | |
parent | bc31da47fdcb4c1704c96b0083f8e5429475da4e (diff) | |
download | voidsky-64dc8ff34245f602fbf2c207dac7c5865bef541b.tar.zst |
Update localization.md (#2263)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/localization.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/localization.md b/docs/localization.md index b3dce7b41..0de244795 100644 --- a/docs/localization.md +++ b/docs/localization.md @@ -32,7 +32,7 @@ import { Text } from "react-native"; const text = "Hello World"; <Text accessibilityLabel="Label is here">{text}</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. |