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

Multilingual support #66

Open
bdarcus opened this issue Jun 10, 2023 · 2 comments
Open

Multilingual support #66

bdarcus opened this issue Jun 10, 2023 · 2 comments

Comments

@bdarcus
Copy link
Owner

bdarcus commented Jun 10, 2023

Seems the biblatex and latex world is a good place to look for how to do this.

First, this issue at their tracker:

plk/biblatex#416

Second, this thread;:

https://tex.stackexchange.com/a/505649

It seems the minimum you need is a language field on entries.

@book{Sharoni1969,
 author = {ميخائيل، ملاك  and  الشاروني، حبيب},
 date = {1969},
 title = {المرجع فى قواعد اللغة القبطية},
 location = {الاسكندرية},
 publisher = {جمعية مارمينا العجايبي},
 langid = {arabic}
}
@book{Browning1983,
 author = {Browning, Robert},
 date = {1983},
 title = {Medieval and Modern Greek},
 publisher = {Cambridge University Press},
 langid = {english}
}

But that doesn't go far enough:

@misc{CBible2015,
 date = {2015},
 title = {\foreignlanguage{english}{Coptic Bible} الكتاب المقدس القبطي},
 langid = {arabic}
}

Rendering of that example:

image

So I think we also need to allow langids to be attached to alternate title fields.

@denismaier
Copy link

Yes. Have you seen how the multi script branch of biblatex handles this?

@bdarcus
Copy link
Owner Author

bdarcus commented Jun 13, 2023

No; I didn't have time to dig into it, as it seems a lot to try to learn.

That thread I linked to above is epic!

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

2 participants