-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add "A-Z" to translation key for group sorting #9304
Copy link
Copy link
Closed
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Here is the corresponding line
jabref/src/main/java/org/jabref/gui/groups/GroupTreeView.java
Lines 432 to 433 in fe2ceef
From
Localization.lang("Sort subgroups"));toLocalization.lang("Sort subgroups A-Z"));The
JabRef_en.propertiesfiles needs to be adjusted then as well. The other files are handled by Crowdin.Originally posted by @Siedlerchr in #9248 (comment)