-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Labels
Description
Have you searched for an existing issue?
- Yes, I tried searching and reviewed the pinned issues
Brief Summary
- The translation for the word “FIT” is not working. I downloaded and compiled some finished translations to check.
- The horizontal line in Markdown is rendered in a single color, regardless of the theme.
- Add a translation for the name of the attachment to be created. Attachment name was not added for translation
keepassxc/src/gui/entry/EntryAttachmentsWidget.cpp
Lines 38 to 41 in 8c7cc90
namespace | |
{ | |
constexpr const char* DefaultName = "New Attachment"; | |
constexpr const char* Suffix = ".txt"; |
Copilot