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

Flags not visible after instalation #38

Open
newbelaravel opened this issue Aug 13, 2022 · 0 comments
Open

Flags not visible after instalation #38

newbelaravel opened this issue Aug 13, 2022 · 0 comments

Comments

@newbelaravel
Copy link

Hello,

Nice package! Very useful and simple to use. The issue I face is the following:

Fresh install of the package in laravel 9. Followed installation procedure. Published config and ran migration. My routes are inside teh translation route group. The following code:

<div class="bg-red-600">{{ language()->flags()}}</div>
using this config:
'allowed' => ['en', 'es'],

Renders this:
imagen

I have some things in mind:

  • Is it correct for spanish not to have code?
  • Is the line jump before the first appearance of (US) intended
  • Should the flags be visible of should I do something to make it happen?

Possibly related to #34

Many thanks

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

No branches or pull requests

1 participant