-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support new column for file_language in the file_manifest.csv #1379
Comments
Blocked by sul-dlss/argo#4258 |
2 tasks
mjgiarlo
added a commit
that referenced
this issue
Nov 8, 2023
Fixes #1379 This commit brings pre-assembly's upload spreadsheet into parity with Argo, and allows users to specify what language a file is in (using a BCP47 code). This is needed to express the language of caption files for media.
mjgiarlo
added a commit
that referenced
this issue
Nov 10, 2023
Fixes #1379 This commit brings pre-assembly's upload spreadsheet into parity with Argo, and allows users to specify what language a file is in (using a BCP47 code). This is needed to express the language of caption files for media.
mjgiarlo
added a commit
that referenced
this issue
Nov 10, 2023
Fixes #1379 This commit brings pre-assembly's upload spreadsheet into parity with Argo, and allows users to specify what language a file is in (using a BCP47 code). This is needed to express the language of caption files for media.
mjgiarlo
added a commit
that referenced
this issue
Nov 13, 2023
Fixes #1379 This commit brings pre-assembly's upload spreadsheet into parity with Argo, and allows users to specify what language a file is in (using a BCP47 code). This is needed to express the language of caption files for media.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've added a language field to the Cocina file model, initially as a way to support captioning work. This will allow us to show users which language a particular file uses. See sul-dlss/cocina-models#640
This ticket should be done after sul-dlss/argo#4258 which is for making this field user-editable in Argo. The spreadsheet used in Preassembly needs to match the form of the Argo spreadsheet, so we should make sure Argo is settled first.
The proposal is to add the field as a new column in the file_manifest.csv. It should be called
file_language
and it should be optional.The text was updated successfully, but these errors were encountered: