-
-
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
Consistency in tab naming #11708
Labels
component: ai
Related to AI Chat/Summarization
good first issue
An issue intended for project-newcomers. Varies in difficulty.
Milestone
Comments
koppor
added
the
good first issue
An issue intended for project-newcomers. Varies in difficulty.
label
Sep 5, 2024
leaf-soba
added a commit
to leaf-soba/jabref
that referenced
this issue
Sep 6, 2024
6 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 8, 2024
* Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'" solve #11708 * add unit test and refactor parseArgument add unit test and refactor AbstractParamLayoutFormatter.parseArgument * rewrite the test method name rewrite the test method name
koppor
pushed a commit
that referenced
this issue
Sep 10, 2024
* Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'" solve #11708 * Update Server.java 1. remove superfluous URISyntaxException 2. change System.out.printf to LOGGER.debug 3. use `createSSLContext(boolean)` instead of deprecated API `createSSLContext()`
leaf-soba
added a commit
to leaf-soba/jabref
that referenced
this issue
Sep 11, 2024
* Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'" solve JabRef#11708 * add unit test and refactor parseArgument add unit test and refactor AbstractParamLayoutFormatter.parseArgument * rewrite the test method name rewrite the test method name
leaf-soba
added a commit
to leaf-soba/jabref
that referenced
this issue
Sep 11, 2024
* Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'" solve JabRef#11708 * Update Server.java 1. remove superfluous URISyntaxException 2. change System.out.printf to LOGGER.debug 3. use `createSSLContext(boolean)` instead of deprecated API `createSSLContext()`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: ai
Related to AI Chat/Summarization
good first issue
An issue intended for project-newcomers. Varies in difficulty.
Go to preferences -> Entry editor
See that some "Show tab" settings have "Show tab {name}" syntax, and others have "Show {name} tab" syntax. That should be consistent.
Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'".
For localization read on at https://devdocs.jabref.org/code-howtos/localization.html
The text was updated successfully, but these errors were encountered: