Closed AldaronLau closed 1 year ago
Describe the bug Running the toolbox command and calling lang() returns ["C", "C"], this is incorrect for a couple reasons:
toolbox
lang()
["C", "C"]
To Reproduce Steps to reproduce the behavior:
Expected behavior Should print out non-duplicated language strings.
Desktop (please complete the following information):
Turns out toolbox does not expose the language of the underlying system, so that part is not exactly a bug (should fall back to English, though, probably).
Describe the bug Running the
toolbox
command and callinglang()
returns["C", "C"]
, this is incorrect for a couple reasons:To Reproduce Steps to reproduce the behavior:
toolbox
Expected behavior Should print out non-duplicated language strings.
Desktop (please complete the following information):