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

2024.9 #1150

Draft
wants to merge 2 commits into
base: primary
Choose a base branch
from
Draft

2024.9 #1150

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/forms/hyrax/image_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module Hyrax
class ImageForm < ::Spot::Forms::WorkForm
transforms_language_tags_for :title, :title_alternative, :subtitle, :description, :inscription
transforms_nested_fields_for :subject_ocm
transforms_nested_fields_for :subject_ocm, :language
singular_form_fields :title

self.model_class = ::Image
Expand Down
2 changes: 1 addition & 1 deletion config/locales/blacklight.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ en:
original_item_extent: Original Item Extent
page_count: Page Count
permalink: Permalink
physical_medium: Physical Medium
physical_medium: Format
proxy_depositor: Proxy Depositor
publisher: Publisher
related_resource: Related Resource
Expand Down
2 changes: 1 addition & 1 deletion config/locales/simple_form.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ en:
note: Information important to internal maintenance of records or relevant to the original items, such as administrative, digitization, or decision documentation.
organization: The organization associated with the resource.
original_item_extent: The size or duration of the physical resource.
physical_medium: A physical material or carrier. Examples include paper, canvas, or DVD.
physical_medium: The file format, physical medium, or dimensions of the resource.
publisher: The person or group making the work available. Generally this is the institution.
related_resource: Further information about the subject resource.
repository_location: Location of the physical resource within the archives.
Expand Down
Loading