-
-
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
Importer now use FileExtensions enum, too, FileDialogs display extension #1737
Conversation
JSTYLE(Localization.lang("Style file"), "jstyle"), | ||
LAYOUT(Localization.lang("Custom layout file"), "layout"), | ||
TERMS(Localization.lang("Protected terms file"), "terms"), | ||
TXT(Localization.lang("%0 file", Localization.lang("plain text")), "txt"), |
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.
There is already an old translation string for "plain text", right? If not, "Plain text" would be preferred.
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.
Or maybe even go for "Plain text file" now that I read the whole line of code. :-)
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.
Ah I just noticed, we have already both cases of Plain text in the translations.
Looks good to me! Some minor comments, but nothing crucial (and I guess Checkstyle will sort one of them out :-)). |
fd6bc2d
to
0c17af0
Compare
Grouped Importer in FileExtension Created test for FileExtions
…ailing Plain text with uppercase P Importer now use FileExtensions enum, too Grouped Importer in FileExtension Created test for FileExtions
00d7b9f
to
eca9cd8
Compare
Anything else, otherwise I would merge it in. (Codacy probably failed because I rebased/squashed some things) |
…ion (JabRef#1737) * Importer now use FileExtensions enum, too Grouped Importer in FileExtension Created test for FileExtions * Move FileExtensions to logic.util to prevent architecture test from failing Plain text with uppercase P Importer now use FileExtensions enum, too Grouped Importer in FileExtension Created test for FileExtions
Grouped Importer in FileExtension
Created test for FileExtensions
File Dialogs now display description and extension
(internal change)