[Feature] Adapt language strings to use new strFormat
function
#34
Labels
enhancement
New feature or request
feature accepted
Feature has been accepted
good first issue
Good for newcomers
help wanted
Extra attention is needed
low priority
Low priority
Is your feature request related to a problem? Please describe.
In commit 4dac61e I introduced a new
strFormat
function in a newutils.js
file, located in /src/fsolauncher/library/utils.js.I adapted one of the language strings to utilize this function (across all languages):
uitext.json:
macextras-installer.js
But every other language string has not been adapted yet. Here's an example that could be changed:
uitext.json
... should be
"Installing in %s"
instead!macextras-installer.js
Describe the solution you'd like
Every language string should use string formatting if it is able to. Need to revise every string in the application.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: