Skip to content

Commit d6fd106

Browse files
cmgoodallu7122878
andauthored
Added the Type 'Bachelor's Thesis' for Biblatex EntryType 'Thesis' (#10497)
* Added 'Bachelor's Thesis' (bathesis) to TypeEditorViewModel.java * Added change to CHANGELOG.md * Added line to JabRef_en.properties due to use of Localization in TypeEditorViewModel.java Co-authored-by: Campbell <[email protected]>
1 parent 003cdcc commit d6fd106

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
2222
- When in `biblatex` mode, the [integrity check](https://docs.jabref.org/finding-sorting-and-cleaning-entries/checkintegrity) for journal titles now also checks the field `journal`.
2323
- We added support for exporting to Hayagriva YAML format. [#10382](https://github.com/JabRef/jabref/issues/10382)
2424
- We added support for pushing citations to [TeXShop](https://pages.uoregon.edu/koch/texshop/) on macOS [forum#2699](https://discourse.jabref.org/t/push-to-texshop-mac/2699).
25+
- We added the 'Bachelor's thesis' type for Biblatex's 'Thesis' EntryType [#10029](https://github.com/JabRef/jabref/issues/10029).
2526

2627
### Changed
2728

src/main/java/org/jabref/gui/fieldeditors/TypeEditorViewModel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public TypeEditorViewModel(Field field, SuggestionProvider<?> suggestionProvider
2020
itemMap.put("mathesis", Localization.lang("Master's thesis"));
2121
itemMap.put("phdthesis", Localization.lang("PhD thesis"));
2222
itemMap.put("candthesis", Localization.lang("Candidate thesis"));
23+
itemMap.put("bathesis", Localization.lang("Bachelor's thesis"));
2324
itemMap.put("techreport", Localization.lang("Technical report"));
2425
itemMap.put("resreport", Localization.lang("Research report"));
2526
itemMap.put("software", Localization.lang("Software"));

src/main/resources/l10n/JabRef_en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,7 @@ Looking\ up\ %0...\ -\ entry\ %1\ out\ of\ %2\ -\ found\ %3=Looking up %0... - e
15571557
Audio\ CD=Audio CD
15581558
British\ patent=British patent
15591559
British\ patent\ request=British patent request
1560+
Bachelor's\ thesis=Bachelor's thesis
15601561
Candidate\ thesis=Candidate thesis
15611562
Collaborator=Collaborator
15621563
Column=Column

0 commit comments

Comments
 (0)