-
Notifications
You must be signed in to change notification settings - Fork 28
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
Generation is in the wrong language #19
Comments
I believe this is related to the solved issue #3. As far as i can tell, the text that does not change is hard coded on line 452 and 464. Workaround, not solution:One way to "work around" this until or if it is resolved is to make a copy of the XML file and rename the file, add it to the relevant folders. Remember to change to local of your language, in the case of dutch, LCID 1043 on line 2176, otherwise it may be difficult to differentiate from the other version of the bibliography. I have tested in my case, in Danish and have highlighted the words that i have changed manually in the code: This is how it looks in the drop down menu with my initial tests: Please note, this is not a suggestion to solve the issue, but rather a workaround for you to quickly get a working bibliography in your language. |
Reintroducing the lines, that was previously commented out according to #3 seemed to fix it for me and did not reintroduce the noted issue on the URLs. My test: If somebody else can confirm that it does indeed not reintroduce the URL issue, i can modify the code, reintroduce the automatic translations, and make a pull request. |
citations in the text are like this:
(Interview, sd)
When i try to generate the bibliography it generates this:
The field that it is generated in, is in englis(us) even tho the language of the souce is set to dutch.
even after setting the field to dutch via the three dots it won't change to a correct form.
the parts that should change are:
I had a look through the code but i was unable to spot where it is going wrong.
The text was updated successfully, but these errors were encountered: