File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -241,11 +241,12 @@ dynamically adjusting control sizes may help.
241241options available in :ref: `Label <class_Label >`.
242242
243243To check whether your UI can accommodate translations with longer strings than
244- the original, you can enable *pseudolocalization * in the advanced Project
245- Settings. This will replace all your localizable strings with longer versions of
246- themselves, while also replacing some characters in the original strings with
247- accented versions (while still being readable). Placeholders are kept as-is,
248- so that they keep working when pseudolocalization is enabled.
244+ the original, you can enable :ref: `pseudolocalization <doc_pseudolocalization >`
245+ in the advanced Project Settings. This will replace all your localizable strings
246+ with longer versions of themselves, while also replacing some characters in the
247+ original strings with accented versions (while still being readable).
248+ Placeholders are kept as-is, so that they keep working when pseudolocalization
249+ is enabled.
249250
250251For example, the string ``Hello world, this is %s! `` becomes
251252``[Ĥéłłô ŵôŕłd́, ŧh̀íš íš %s!] `` when pseudolocalization is enabled.
You can’t perform that action at this time.
0 commit comments