Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change french translation for 70 to 79 & 90 to 99 #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2020

  1. Change french translation for 70 to 79 & 90 to 99

    For French translations, the values from 70 to 79 and 90 to 99 are incorrect.
    
    For 70 till 76, we need to show 60+10 for 70, likewise 71 should be shown like 60+11
    from 77 to 79, the logic is 77 - 60+10+7
    
    Same logic applies for 90 to 99, but one change with 91 is to show with dash quantre-vingt-onze.
    For 71 we should show without dash Soixante et onze.
    vikassaklecha committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    15b91ea View commit details
    Browse the repository at this point in the history
  2. comment updated

    vikassaklecha committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    964670f View commit details
    Browse the repository at this point in the history