We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a non-English locale, the impersonation banner shows raw translation keys instead of the translated text:
Current display: filament-impersonate::banner.impersonating Nguyễn Khánh Thu filament-impersonate::banner.leave
filament-impersonate::banner.impersonating Nguyễn Khánh Thu filament-impersonate::banner.leave
Expected display: Đang giả lập người dùng Nguyễn Khánh Thu Kết thúc giả lập
Đang giả lập người dùng Nguyễn Khánh Thu Kết thúc giả lập
lang/vendor/filament-impersonate/vi/translations.php
lang/vendor/filament-impersonate/vi/banner.php
lang/vi/filament-impersonate.php
php artisan vendor:publish --tag=filament-impersonate-translations
Screenshots attached:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
When using a non-English locale, the impersonation banner shows raw translation keys instead of the translated text:
Current display:
filament-impersonate::banner.impersonating Nguyễn Khánh Thu filament-impersonate::banner.leave
Expected display:
Đang giả lập người dùng Nguyễn Khánh Thu Kết thúc giả lập
Steps to Reproduce
Current Workaround Attempts
lang/vendor/filament-impersonate/vi/translations.php
lang/vendor/filament-impersonate/vi/banner.php
lang/vi/filament-impersonate.php
Suggested Solutions
php artisan vendor:publish --tag=filament-impersonate-translations
Environment
Screenshots attached:
The text was updated successfully, but these errors were encountered: