Description
Extension Version
1.0.8
PHP Binary
Valet
Operating System
macOS
What happened?
My app contains string like this:
{
"Where to find the ID: Log in to the dashboard, go to Products → Settings → Categories, then click Edit next to the selected category. The category ID can be found on the left side at the bottom of the form.": "Gdzie znaleźć ID: Zaloguj się do panelu, przejdź do Produkty → Ustawienia → Kategorie, a następnie kliknij Edytuj obok wybranej kategorii. ID kategorii znajduje się po lewej stronie na dole formularza."
}
But this string is marked as untranslated by Laravel extension. When I delete arrows from string, everything works correctly.