Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical authored Feb 15, 2024
1 parent 3f27e62 commit 24f5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/src/language/concepts/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Complete the following steps to translate your application:
2. Extract annotated strings using the `slint-tr-extractor` tool and generate `.pot` files.
3. Use a third-party tool to translate the strings into a target language, as `.po` files.
4. Use gettext's `msgfmt` tool to convert `.po` files into run-time loadable `.mo` files.
5. Use Slint's API select and load `.mo` files at run-time, based on the user's locale settings.
5. Use Slint's API to select and load `.mo` files at run-time, based on the user's locale settings.
At this point, all strings marked for translation will automatically be rendered in the target language.

## Annotating Translatable Strings
Expand Down

0 comments on commit 24f5bb5

Please sign in to comment.