Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): translations #10021

Merged
merged 1 commit into from
Jun 7, 2024
Merged

fix(web): translations #10021

merged 1 commit into from
Jun 7, 2024

Conversation

michelheusschen
Copy link
Contributor

  • Fixed translations using an incorrect ID
  • Translation for oauth was missing and interval.hours had a syntax error
  • Added unit test to find missing messages

},
[JobName.MetadataExtraction]: {
icon: mdiTable,
title: getJobName(JobName.MetadataExtraction),
subtitle: $t('metadata_extraction_job_description'),
subtitle: $t('admin.metadata_extraction_job_description'),
},
[JobName.Library]: {
Copy link
Contributor

@zackpollard zackpollard Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this job description not require admin.? Should these not all be prefixed with that? @danieldietzler ?

@zackpollard zackpollard merged commit c8f2d99 into main Jun 7, 2024
23 checks passed
@zackpollard zackpollard deleted the fix/web-translations branch June 7, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants