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
The issue seems to be that the select element doesn't update the value it's displaying when the language changes, and only updates when the user changes its selected value. I tried fixing it with React state hooks, but couldn't get it to work. Hopefully someone who knows React can fix it. The placeholder for the select element also uses Select instead of t('COMPONENT_SELECT').
Also, for some languages, the possible values displayed in the dropdown also don't update. This is because the following entries don't exist in some of the translation files in the i18n directory besides en_US.json:
The t() function defaults to English if the entries don't exist, so that causes the values to be in English. I'll make a pull request that makes the t() function log a warning if an entry doesn't exist for a string in a given language.
Affected areas include the tooltips on the sidebar and the friends api usage dropdown in preferences.
The text was updated successfully, but these errors were encountered: