Skip to content

Commit

Permalink
Improve coverage for french prefixes in env canada (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek authored May 11, 2024
1 parent 156e7e8 commit f8f0729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrations/env_canada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default class EnvironmentCanada implements MeteoalarmIntegration {
{
type: EnvCanadaEntityType.Warning,
en: ['Warning'],
fr: ['Avertissement De'],
fr: ['Avertissement De', 'Avertissement D'],
},
{
type: EnvCanadaEntityType.Watch,
Expand All @@ -209,7 +209,7 @@ export default class EnvironmentCanada implements MeteoalarmIntegration {
{
type: EnvCanadaEntityType.Advisory,
en: ['Advisory'],
fr: ['Avis De'],
fr: ['Avis De', "Avis D'", 'Avis'],
},
];
}
Expand Down

0 comments on commit f8f0729

Please sign in to comment.