Change title/tooltip of source panel in biblatex mode#2120
Conversation
| Shortcut= | ||
|
|
||
| Show/edit_BibTeX_source= | ||
| Show/edit_%0_source=Montrer/�diter_le_source_BibTeX |
There was a problem hiding this comment.
- this file is not in
utf-8thus theémakes problems with the python script (it should make problems with JabRef too as they're loaded withutf-8in Java) - isn't this french?
There was a problem hiding this comment.
Indeed, I copied this into the wrong language file... Thanks a lot for spotting!
I will fix this directly on master, but I am actually not sure what to do with the UTF-8 problem. I copied the string from the french localization file. Do encodings differ between the localization files?
There was a problem hiding this comment.
They all should be UTF-8.
There was a problem hiding this comment.
Sadly they do differ! (although JabRef ignores them and loads them all with utf-8)
There was a problem hiding this comment.
@lenhard Can you change the encoding of the farsi file? Should be no problem there are no translations in this file.
There was a problem hiding this comment.
See 85baf0b At least that resolves the mixup. I am not sure about the encoding. At least I opened the file in notepad++ (which recognized it as utf-8), clicked "convert to utf-8", and saved it. Hopefully that worked.
There was a problem hiding this comment.
And make sure that it's UTF-8 without BOM..
There was a problem hiding this comment.
@Siedlerchr: should be. At least that is how my notepad recognizes it and how I saved it. There is another option "UTF-8 with BOM", which I did not select.
* upstream/master: (102 commits) Removed unused test code (#2140) Fix main table bug when creating a duplicate (#2135) Remove explicit author and add SPDX-License-Identifier Remove GPL from README.md and CONTRIBUTING.md fix preview update (#2125) Remove some UnicodeToLatex uses (#2132) Fix mixup in french/farsi localization FetcherException should extend JabRefException Fix exception when opening preference dialog (#2127) Unify ParserException and ParseException (#2124) Small refactoring in Importer package (#2053) Implement Datepicker "none"-button (#2122) revert change from 816d30c Change title/tooltip of source panel in biblatex mode (#2120) Refactoring: completey typed metadata and add detailed travis output (#2112) RTFchars fix (#2097) Fix NPE in Medline fetcher on missing ISSN (#2113) Ctrl-s parsing error message (#2114) Fix bad web search error messages (#2034) parse error freeze (#2106) ... # Conflicts: # src/main/java/net/sf/jabref/collab/FileUpdateMonitor.java # src/main/java/net/sf/jabref/gui/externalfiles/DownloadExternalFile.java # src/main/java/net/sf/jabref/gui/externalfiles/DroppedFileHandler.java # src/main/java/net/sf/jabref/gui/externalfiles/MoveFileAction.java # src/main/java/net/sf/jabref/logic/cleanup/RenamePdfCleanup.java # src/main/java/net/sf/jabref/logic/exporter/FileSaveSession.java # src/main/java/net/sf/jabref/logic/util/io/FileUtil.java # src/main/java/net/sf/jabref/preferences/JabRefPreferences.java
* Source tab display "BibLaTeX source" when using biblatex mode * More flexible localization * Simplify control-flow * Make localization mode-dependent in TextInputDialog
This is a minor change to the source panel, which used to always display "BibTeX source" as title and a similar tooltip. Now, that is dependent on the mode of the database and reads "BibLaTeX source" in biblatex mode.
gradle localizationUpdate?