Skip to content

[Bug]About sidebar title localization texts were not working #537

@LoongKeiZ

Description

@LoongKeiZ

Before Reporting

  • I found no existing issues matching my bug
  • My issue is not caused by a theme
  • My issue is not caused by a plugin

Describe the Bug

In PR#474, it mentioned about the sidebar title localization texts were not working, but some content texts are working.

Are these repo files /assets/locales/locales/XXXXX.json working on localization correctly?

Because I found a file /Steam/ext/data/assets/.millennium/Dist/index.js on my local path.

It shows all supported localization text variables from line 1756 to 3714.

Like:

var settingsPanelPlugins$c = "Plugins";
var settingsPanelThemes$c = "Themes";
var settingsPanelGeneral$8 = "General";
var settingsPanelUpdates$c = "Updates";
var settingsPanelLogs$b = "Logs";

var english = {               
	settingsPanelPlugins: settingsPanelPlugins$c,
	settingsPanelThemes: settingsPanelThemes$c,
	settingsPanelGeneral: settingsPanelGeneral$8,
	settingsPanelUpdates: settingsPanelUpdates$c,
	settingsPanelLogs: settingsPanelLogs$b

If I set schinese settingsPanelPlugins$XX with new text in schinese steam client, it's not working. But if I set english settingsPanelPlugins$c with new text, it's working perfect in schinese steam client.

So I'm not sure is this a solution to solve this issue?

Expected Behavior

btw, still some text like Context Menu text and No Theme Found text didn't call locale.XXXXXX to localization.

I didn't found this /Steam/ext/data/assets/.millennium/Dist/index.js file in repo, so I can't pull a request.

Steps To Reproduce

none

Operating System

Windows

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions