Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5c1273c
Generalize german translation of database into "Datenbank"
mairdl Sep 15, 2016
998b4d5
add changes to CHANGELOG.md
mairdl Sep 15, 2016
cd7854d
Some spelling fixes
mairdl Sep 15, 2016
f4586be
Fix some spellings, change confusing translations
mairdl Sep 18, 2016
6b5b32d
revert changes of "importieren", change translation of shared databas…
mairdl Sep 19, 2016
a130efc
Merge remote-tracking branch 'upstream/master' into GermanTranslationFix
mairdl Sep 19, 2016
0313880
Merge remote-tracking branch 'upstream/master' into GermanTranslationFix
mairdl Sep 20, 2016
96d0305
Fix typo
mairdl Sep 21, 2016
a0f4169
21-09-16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 21, 2016
8354d77
22.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 22, 2016
a0ed5e1
Replace database translated as Datei with Datenbank, streamline impor…
mairdl Sep 22, 2016
3c8d8c8
Remove unused keys
mairdl Sep 22, 2016
8690987
23.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 23, 2016
f705046
Revert changes, improve translation
mairdl Sep 26, 2016
398a063
26.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 26, 2016
3997c1f
26.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 26, 2016
1435cfc
add missing German translations, use Umlaut directly in Menu_de
mairdl Sep 26, 2016
d8722d6
26.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 26, 2016
cace3eb
Add missing underscores
mairdl Sep 27, 2016
011260f
27.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 27, 2016
a1ec980
Remove unrelated CHANGELOG entry
mairdl Sep 27, 2016
e90db9b
Remove duplicates
mairdl Sep 27, 2016
f88972b
Add missing German translations
mairdl Sep 27, 2016
8c9244a
Fix typo
mairdl Sep 27, 2016
093e242
28.09.16 Merge remote-tracking branch 'upstream/master' into GermanTr…
mairdl Sep 27, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- Implemented integrity check for `journaltitle` field: BibLaTeX field only (BibTeX)
- [#463](https://github.com/JabRef/jabref/issues/463): Disable certain menu items, toolbar buttons and context menu items while multiple entries are selected
- [#490](https://github.com/JabRef/jabref/issues/490) Added right click menu to main table and entry editor to allow copying doi url
- Generalize German translation of database into "Datenbank"
- Improve language quality of the German translation of shared database

### Fixed
- Fixed [koppor#160](https://github.com/koppor/jabref/issues/160): Tooltips now working in the main table
Expand Down Expand Up @@ -78,7 +80,9 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- Fixed loop when pulling changes (shared database) when current selected field has changed
- Fixed [#1958](https://github.com/JabRef/jabref/issues/1958): Verbatim fields are no longer checked for HTML encoded characters by integrity checks
- Fixed [#1937](https://github.com/JabRef/jabref/issues/1937): If no help page for the current chosen language exists, the english help page will be shown
- Fixed [#1996](https://github.com/JabRef/jabref/issues/1996): Unnecessary other fields tab in entry editor removed (BibTeX mode)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not part of this PR, is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

must have slipped in by mistake

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably because the original was unoded a few days ago,

- Fixed [#2060](https://github.com/JabRef/jabref/issues/2060): Medline fetcher now imports data in UTF-8 encoding
- Fixed file menu displays wrong hotkey in the German translation

### Removed
- Removed 2nd preview style
Expand Down
Loading