nvda
a8aad369
- Fix: translatable strings use string format instead of f strings (#10534)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Fix: translatable strings use string format instead of f strings (#10534) F strings pre format the string before fetching translations. The result is no match for the lookup. Format the strings post translation lookup instead.
References
#10534 - Fix translatable strings using f strings
Author
LeonarddeR
Committer
feerrenrut
Parents
7498c0f5
Loading