Closed xuming212 closed 3 days ago
@xuming212 Hello there! I'm here to help you with any bugs, questions, or becoming a contributor. Let's get started!
To change the language in the Upscayl app, you can use the LanguageSwitcher
component. This component is located in the settings tab of the application interface. It provides a dropdown menu where you can select your desired language. The available languages are English, Russian, Japanese, Simplified Chinese, Spanish, and French. When you select a language from the dropdown, it updates the locale using the setLocale
function [1].
The LanguageSwitcher
is integrated within the SettingsTab
component, placed between the SelectTheme
and SelectImageFormat
components [2].
To continue talking to Dosu, mention @dosu.
My version is 2.11.5 and I didn't find the option you said to choose the language.
In version 2.11.5 of the Upscayl application, there is an indication that language settings are available, as suggested by the presence of a "CHANGE_LANGUAGE"
option in the settings JSON files [1][2]. However, it seems that the LanguageSwitcher
component might not be present or visible in this version. If the option to change the language is not available in the interface, it could be due to the component not being implemented or visible in version 2.11.5.
To continue talking to Dosu, mention @dosu.
@xuming212 Hello there! I'm here to help you with any bugs, questions, or becoming a contributor. Let's get started!
To change the language in the Upscayl app, you can use the component. This component is located in the settings tab of the application interface. It provides a dropdown menu where you can select your desired language. The available languages are English, Russian, Japanese, Simplified Chinese, Spanish, and French. When you select a language from the dropdown, it updates the locale using the function
LanguageSwitcher``setLocale
[1].The is integrated within the component, placed between the and components
LanguageSwitcher``SettingsTab``SelectTheme``SelectImageFormat
[2].To continue talking to Dosu, mention @dosu.
I can't find it
In version 2.11.5 of the Upscayl application, the LanguageSwitcher
component is indeed referenced in the SettingsTab
component, which suggests that language settings should be available [1]. However, if you cannot find the option to change the language, it might be due to the component not being visible or implemented correctly in this version. The LanguageSwitcher
relies on localeAtom
and translationAtom
for its functionality, so ensure these are properly set up in your application context [2]. If the component is still not visible, it could be a version-specific issue or a bug.
To continue talking to Dosu, mention @dosu.
在 Upscayl 应用程序的 2.11.5 版中,组件中确实引用了该组件,这表明语言设置应该可用
LanguageSwitcher``SettingsTab
[1].但是,如果找不到更改语言的选项,则可能是由于组件在此版本中不可见或未正确实现。依赖于 和 for its 功能,因此请确保在应用程序上下文中正确设置这些功能LanguageSwitcher``localeAtom``translationAtom
[2].如果组件仍然不可见,则可能是特定于版本的问题或 bug。要继续与 Dosu 交谈,请提及 。
Yes, I'm sure it's a bug, because I really can't find any option to choose the language.
Checklist
Description
I didn't find the option to change the language in the app.
Related Problem(s)
No response
Alternatives
No response