-
-
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
LaTeX is LaTeX - and not LaTex #5978
Conversation
…ents, user-facing) Never LaTex
@@ -66,7 +66,7 @@ public ParseTexDialogViewModel(BibDatabaseContext databaseContext, DialogService | |||
this.taskExecutor = taskExecutor; | |||
this.preferencesService = preferencesService; | |||
this.fileMonitor = fileMonitor; | |||
this.texDirectory = new SimpleStringProperty(databaseContext.getMetaData().getLaTexFileDirectory(preferencesService.getUser()) | |||
this.texDirectory = new SimpleStringProperty(databaseContext.getMetaData().getLatexFileDirectory(preferencesService.getUser()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not also 'this.latexDirectory' and ParseLatexDialogViewModel.java?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do that in a follow-up PR to keep things going.
So let's merge... ? |
Localization test is failing...
|
Please no more l10n changes. We have a couple of them at 100% |
I kept them at 100% at #6020. Was not sooo hard to go through the languages and use Crowdin's translation memory. |
Fix casing of "LaTeX" --> either "Latex" (code) or "LaTeX" (code comments, user-facing)
In the Java code, one word should start with a capital letter followed by lower capital letters. See https://google.github.io/styleguide/javaguide.html#s5.3-camel-case for details. - I fixed that, too.
Regarding the user of JabRef, I changed it to "LaTeX"