larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
552 stars 269 forks source link

Fix [fr] localization #196

Closed benoitkugler closed 2 years ago

benoitkugler commented 2 years ago

Hi !

Thanks for this very handy extension !

I have noticed an oddity in french translation, regarding ponctuation.

While at it, I've added translation for releaseNotes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #196 (ee5b748) into master (6ae8634) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   92.07%   92.08%           
=======================================
  Files          10       10           
  Lines         909      910    +1     
=======================================
+ Hits          837      838    +1     
  Misses         72       72           
Impacted Files Coverage Δ
lib/src/upgrade_messages.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6ae8634...ee5b748. Read the comment docs.

larryaasen commented 2 years ago

@benoitkugler Thanks for this PR. This looks good, so I will merge it now.