Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
MIT License
90
stars
41
forks
source link
problems in datetime and minute-abbr when changing language #19
Hi, I am changing the language to Spanish. At first there where some words that were not included in the package, but I added them into lang.php and it worked almosto for all, but it did not when I try to get datetime-text and minute-abbr.
I got a "panichd::lang.datetime-text" and "panichd::lang.minute-abbr", instead of the calendar and last update info.
Hi, I am changing the language to Spanish. At first there where some words that were not included in the package, but I added them into lang.php and it worked almosto for all, but it did not when I try to get datetime-text and minute-abbr.
I got a "panichd::lang.datetime-text" and "panichd::lang.minute-abbr", instead of the calendar and last update info.
Any idea on how to solve it? Thanks!