Prepare for l10n#16
Merged
snipsnipsnip merged 6 commits intoexteditor:mainfrom Sep 21, 2025
Merged
Conversation
Add a build step to generate `messages.json` from `locales.toml`. Also, change command ids from kebab-case to snake_case. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/i18n/Locale-Specific_Message_reference
Assigning the same shortcut key to two or more commands makes Thunderbird unhappy and results in warning, which will likely be confusing to users. Define a shortcut key to toggle separately. Also, change the default shortcut key configuration to replicate Original GhostText.
One of the test case that collected dependency names had enough information to detect missing class registrations, but it didn't warn about it. Detect them and make the test fail. Also, `startup.ts` now have a factory functionality which gives non-singleton registrations meaning, although that's not used yet.
As of v0.1.1, `compose.js` used to sent both plain text and HTML and `background.js` dropped unused one. Make `background.js` indicate which format it needs upfront.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've started working on #4. Most labels in the add‑on will likely be on the options page, so I don't close it yet. We'll see if this simplistic format works out.