Skip to content

Commit

Permalink
Merge branch 'main' into localisationTry2
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Feb 28, 2021
2 parents 6466b50 + 147169e commit cb5485a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report_site_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assignees: ''
2.
3.

### Screencast
### Screencasts/Screenshots
<!-- If you can record your steps that lead to the problem, please include a screencast (video of the steps) or, at least, a screenshot. -->

### Actual behavior
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

<img height="200" width="200" src="assets/header.svg">

This is a (Firefox) add-on (WebExtension) that allows you to autocorrect common text sequences and convert text characters to a look like a special font.
This is a (Firefox and Thunderbird) add-on (WebExtension) that allows you to autocorrect common text sequences and convert text characters to a look like a special font.
For instance, it converts quotes like `"these"` to `“these”`, which are typographically more correct.

In contrast to many other add-ons, …

It is/has/features…

It is inspired by …. This extension only works with modern Firefox v78 or higher.
It is inspired by …. This extension only works with modern Firefox and Thunderbird v78 or higher.

## Download

Expand All @@ -30,7 +30,7 @@ See:

## Features
* Puts your privacy first! Privacy is the default here.
* Follows the [Firefox Photon Design](https://design.firefox.com/photon).
* Follows the [Firefox](https://design.firefox.com/photon) and [Thunderbird](https://style.thunderbird.net/) Photon Design.
* Has a simple, but intuitive and usable User Interface.
* Translated in several languages already. [Contribute your own language!](CONTRIBUTING.md#Translations)
* Compatible with Firefox for Android
Expand Down
1 change: 1 addition & 0 deletions src/background/modules/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function buildMenu(unicodeFontSettings, exampleText = null, refreshMenu = false)
* @returns {void}
*/
export async function init() {
// Remove once https://bugzilla.mozilla.org/show_bug.cgi?id=1595822 is fixed
if (await isMobile()) {
return;
}
Expand Down
1 change: 1 addition & 0 deletions src/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h1 data-i18n="__MSG_titleUnicodeAutocorrection__">Unicode autocorrection</h1>
</ul>
</section>

<!-- Remove "mobile-incompatible" once https://bugzilla.mozilla.org/show_bug.cgi?id=1595822 is fixed -->
<section class="mobile-incompatible">
<ul>
<h1 data-i18n="__MSG_titleContextMenu__">Context menu</h1>
Expand Down

0 comments on commit cb5485a

Please sign in to comment.