-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Internationalization of Title Case / Sentence Case formatter #9144
Comments
As you mentioned the case handling is done only for english so if we support multiple language we might just need to add the extra words to our fields that we have labelled as smaller words or conjunctions. If we get the entire possible words for each of the categories Articles,Propositions and Conjunction for the supported languages ,we can add that also. If anyone can help in identifying what all words are there for each particular classification for all the supported language we can add that |
If we want to support case changes for multiple languages, we need to identify first the language of the string first. |
I think this is too broad for the moment. Bibtex does not support multiple languages. That is only possible in biblatex. |
I agree for the "too broad for the moment". |
I feel the solution now would work for all the languages irrespective of having an explicit language detector. We might just need to handle them the same way we do for English and we can use the same fields having the extra articles,propositions and conjunctions for the respective languages. |
This just got shared with me. Not sure if this issue is still in use, but it's best if we always use sentence case for page/section headers anyway. Lattice content standards call for sentence case throughout, except for proper names/brand names. |
When looking into #9142 , i saw that we currently only support english words for title case and sentence case formatters, like and or to. JabRef wont look for words in other languages like german ('und', 'zu') or french ('et', 'pour'), that should not be written capitalized in a title.
Should also work if JabRef is displayed in another language, E.g. JabRef is displayed in german, but is formatting an english title.
One would also have to find out, which languages know that concept of title case formatting.
The text was updated successfully, but these errors were encountered: