Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

REV-12685: fix thrust messages translations#79

Merged
BadChoice merged 1 commit intomasterfrom
feature/rev-12685
Sep 19, 2023
Merged

REV-12685: fix thrust messages translations#79
BadChoice merged 1 commit intomasterfrom
feature/rev-12685

Conversation

@alexdenizg
Copy link

No description provided.

@linear
Copy link

linear bot commented Sep 19, 2023

REV-12685 Missatges de Thrust sense traduir

Quin problema soluciona

Quan fas alguna operació (crear, esborrar…) amb un producte, categoria, modificador, etc. el missatge del resultat de l'operació està sense traduïr

Imatge o Vídeo que ajudi a entendre la tasca

image.png

Com el solucionarem

S'eliminarà el caràcter ['] que s'inclou a la traducció dels missatges, causant del bug.

A quina Branca s'ha de desenvolupar

PRE

@BadChoice BadChoice merged commit 38cc73c into master Sep 19, 2023
return redirect(session('thrust-redirect'));
}
return back()->withMessage(__("'thrust::messages.{$message}"));
return back()->withMessage(__("thrust::messages.{$message}"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noooooooooo! Aquest és meu!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No hem vist res 😛

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants