Commit d5d9edf3 authored by Mitch Curtis's avatar Mitch Curtis
Browse files

Fix grammar in Qt Quick internationalization doc


Change-Id: Icb7c04950a38cdda36f82cbf80e35e396ffb782d
Reviewed-by: default avatarVenugopal Shivashankar <venugopal.shivashankar@digia.com>
parent 578a838b
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -182,7 +182,7 @@ type for converting numbers into localized currency strings. ...@@ -182,7 +182,7 @@ type for converting numbers into localized currency strings.
If the user changes the system language without a reboot, depending on the If the user changes the system language without a reboot, depending on the
system, the strings in arrays and list models and other data structures might system, the strings in arrays and list models and other data structures might
not be refreshed automatically. To force the texts to be refreshed when they are not be refreshed automatically. To force the texts to be refreshed when they are
displayed in the user interface, you need declare the strings with the displayed in the user interface, you need to declare the strings with the
QT_TR_NOOP() macro. Then, when you populate the objects for display, you need to QT_TR_NOOP() macro. Then, when you populate the objects for display, you need to
explicitly retrieve the translation for each text. For example: explicitly retrieve the translation for each text. For example:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment