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

language and langid fields are missing when doing bib -> yml conversion #263

Open
Suzukeh opened this issue Dec 31, 2024 · 0 comments
Open

Comments

@Suzukeh
Copy link

Suzukeh commented Dec 31, 2024

I found that language and langid are missing when doing BibTeX(.bib) to Hayagriva YAML(.yml) conversion using Hayagriva CLI.

Input(.bib):

@book{test_enUS,
  langid   = {american},
  language = {en-US}
}

Expected output(.yml):

test_enUS:
  type: book
  langid: american
  language: en-US

Real output:

test_enUS:
  type: book

I ran hayagriva test.bib > test.yml using Hayagriva CLI 0.8.0.
These formats of fields in test.bib are based on an output of Better BibTeX for Zotero.

I think Hayagriva has both fields because of #126, but I couldn't find the langid field in file-format.md. If langid is not supported, you don't have to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant