You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
though one can't directly input utf8 chars in hardcoded strings, (must use \uXXXX which XXXX is utf16 codepoint)
loading unicode cfg with #108 changes will display correctly.
so abstract all hardcoded strings to separate cfg may be good idea to i10n this.
when such config or such entry unexists, fallback to original string.
format example: UiString[Base Defense]: B. DEF.
i have very very limited coding skills so i will leave this request open until repo owner decides to do us a favor,
or when i have enough time to waste.
The text was updated successfully, but these errors were encountered:
though one can't directly input utf8 chars in hardcoded strings, (must use
\uXXXX
which XXXX is utf16 codepoint)loading unicode cfg with #108 changes will display correctly.
so abstract all hardcoded strings to separate cfg may be good idea to i10n this.
when such config or such entry unexists, fallback to original string.
format example:
UiString[Base Defense]: B. DEF.
i have very very limited coding skills so i will leave this request open until repo owner decides to do us a favor,
or when i have enough time to waste.
The text was updated successfully, but these errors were encountered: