Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(locale/shared): phrase-construction for strings without placeholders
string.gsub returns two variables, the updated string and the pattern occurrences. The outer string.gsub would replace n occurrences, or nothing if the string did not contain '%'.
- Loading branch information