-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: symlink lsq translations from fr translations (resolves #1990) #2002
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2002 +/- ##
=========================================
Coverage 97.65% 97.65%
Complexity 2055 2055
=========================================
Files 314 314
Lines 8991 8991
=========================================
Hits 8780 8780
Misses 211 211 ☔ View full report in Codecov by Sentry. |
'forgot_intro' => 'Mot de passe oublié? Entrez votre adresse e-mail et nous vous enverrons par e-mail un lien de réinitialisation du mot de passe qui vous permettra d’en choisir un nouveau.', | ||
'forgot_submit' => 'Envoyer le lien de réinitialisation', | ||
'reset_submit' => 'Réinitialiser le mot de passe', | ||
'verification_required' => 'Vérification de l\'e-mail requise', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that we escaped a single quote here, but could we make the same update we did for the single quote in Hearth as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I guess we could do that.
Resolves #1990
composer localize
script to not copy fr to lsqPrerequisites
If this PR changes PHP code or dependencies:
composer format
and fixed any code formatting issues.composer analyze
and addressed any static analysis issues.php artisan test
and ensured that all tests pass.composer localize
to update localization source files and committed any changes.If this PR changes CSS or JavaScript code or dependencies:
npm run lint
and fixed any linting issues.npm run build
and ensured that CSS and JavaScript assets can be compiled.