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

feat: symlink lsq translations from fr translations (resolves #1990) #2002

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

jobara
Copy link
Collaborator

@jobara jobara commented Nov 22, 2023

Resolves #1990

  • removes the LSQ translations from the git tracking
  • updates composer localize script to not copy fr to lsq
  • symlinks FR translations to LSQ paths
  • publishes Hearth FR translations and symlinks them for LSQ

Prerequisites

If this PR changes PHP code or dependencies:

  • I've run composer format and fixed any code formatting issues.
  • I've run composer analyze and addressed any static analysis issues.
  • I've run php artisan test and ensured that all tests pass.
  • I've run composer localize to update localization source files and committed any changes.

If this PR changes CSS or JavaScript code or dependencies:

  • I've run npm run lint and fixed any linting issues.
  • I've run npm run build and ensured that CSS and JavaScript assets can be compiled.

@jobara jobara added this to the 1.2.2 milestone Nov 22, 2023
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca51c31) 97.65% compared to head (8d7a2b1) 97.65%.

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.
📢 Have feedback on the report? Share it here.

'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',
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

@jobara jobara requested a review from chosww November 22, 2023 20:26
@jobara jobara merged commit 86f2aae into accessibility-exchange:dev Nov 22, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Explore using a symlink for LSQ written translations
2 participants