mozilla / pontoon

Mozilla's Localization Platform
https://pontoon.mozilla.org
BSD 3-Clause "New" or "Revised" License
1.46k stars 528 forks source link

Fix sending new string notifications #2063

Open bugzilla-to-github opened 7 years ago

bugzilla-to-github commented 7 years ago

This issue was created automatically by a script.

Bug 1359033

Bug Reporter: @mathjazz CC: @MikkCZ Blocker for: Bug 1379158

There are a few cases when we send new strings notifications but we shouldn't, and vice versa.

We do not send notifications, but we should:

We do send notifications, but we should not:

bugzilla-to-github commented 3 years ago

Comment Author: @mathjazz

Bug #1724965 has been marked as a duplicate of this bug.

flodolo commented 2 years ago
  • If we not only add new strings, but also pretranslate them in repository using existing translations (e.g. on merge to Firefox Beta or when files are moved in the l10n repo on merge day), we shouldn't notify project contributors about them.

I disagree that we should stop sending notifications in this case. We know people want to know when new strings are added to their project, even if pretranslated. These days, the only case for that would be Fluent migrations.