NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Validation messages are not relocalized after switching language #303

Closed NeoCoderMatrix86 closed 8 months ago

NeoCoderMatrix86 commented 1 year ago

Describe the bug Switching the language doesn't end in localized validation messages. Only reloading the application helps.

To Reproduce Steps to reproduce the behavior:

  1. Open the application
  2. Switch the language
  3. See the validation messages (for example for cuesheet artist) not beeing localized.

Expected behavior Validation messages get localized correctly.