feishin icon indicating copy to clipboard operation
feishin copied to clipboard

"Settings" is not translated in the hamburger menu of the sidebar

Open OriginCode opened this issue 2 years ago • 1 comments

Expected Behavior

Translated string should be shown instead of "Settings"

Current Behavior

image

Steps to Reproduce

  1. Select any language other than English in the settings.

  2. Open the menu in the sidebar.

Possible Solution (Not obligatory)

N/A

Context

N/A

Your Environment

  • Application version (e.g. v0.1.0) : v0.5.1
  • Operating System and version (e.g. Windows 10) : AOSC OS (GNU/Linux 6.4.11, x86_64)
  • Server and version (e.g. Navidrome v0.48.0) : v0.49.3
  • Node version (if developing locally) : N/A

OriginCode avatar Nov 03 '23 10:11 OriginCode

The problem here is that all of the non-English translation files are missing two things:

  1. A definition for common.setting_other (settings pluralized)
  2. For page.appMenu.settings having the value $t(common.setting_other)

If you are (or anyone else for that matter) can update this for your native/familiar language(s) (visit https://hosted.weblate.org/projects/feishin/), that'd be great!

kgarner7 avatar Jan 29 '24 04:01 kgarner7