Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 489 Bytes

troubleshooting.md

File metadata and controls

10 lines (6 loc) · 489 Bytes

This file describes some common pitfalls and how to solve them. Please always refer to this before opening an issue.

Missing Translations

This usually occurs when you have included new translations found in the resources/lang folder and yet they don't reflect within the site. Ensure after every translation you make, you run the command

php artisan vue-i18n:generate

This will generate a new set of translations and populate the resources/js/locales/translations.js