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

Return full trans with args when translations missing. #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HouCoder
Copy link

With current approach _i('Hello %s', $userName) only returns Hello %s if no translation available.

@philippe-bourdeau
Copy link

@HouCoder Can you tell me what do you mean exactly but no translation available ? Does that mean that there is no entry in your .po file ? I'm asking because I cannot reproduce the issue you are having. The result I'm getting is the original message if there is no entry in the .po file.

Can you also confirm that you are using the symfony handler in your configuration ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants