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

fix: Not handling empty string translations. #155

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

xiCO2k
Copy link
Owner

@xiCO2k xiCO2k commented Jan 3, 2024

Fixes #153

@xiCO2k xiCO2k merged commit c5921bc into main Jan 3, 2024
2 checks passed
@xiCO2k xiCO2k deleted the fix/empty-translation branch January 3, 2024 09:47
@msucevan
Copy link

Hi @xiCO2k, I have a question. If I wanna render the key instead of an empty string, there's a way to do that? Like in Laravel if I have an empty translation, the expected behaviour is to have the key instead of the empty string

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.

How can I pass a default value for the case of a non-existent or empty-string translation?
2 participants