Replies: 1 comment 1 reply
-
Format string variables should be carried over to the translated text without modification;
is translated to Spanish as
This instance in particular is necessary because Transifex was tripping up on the embedded code. We moved it for a format variable to fix automatic translation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am approving translation for russian language at Transifex service and found problem with phrases that contain python format string.
For example, two help texts in CustomLinkForm https://github.com/netbox-community/netbox/blob/develop/netbox/extras/forms/model_forms.py#L143
These texts have a
{example}
format string, and Transifex does not allow me to add translation without it.What to do in such situations? I suggest deleting format strings and adding "<code>{{ object }}</code>" directly to the help texts.
Beta Was this translation helpful? Give feedback.
All reactions