Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Name according to language · 11 years ago

    in the above code, these are the only strings of the whole fr.yalm document in user/languages

  • Name according to language · 11 years ago

    Please, tell me more so that I can reach the point! here is the fr.yaml document the way it is now in user/languages: Feb: Fév Apr: Avr May: Mai Jun: Jui Jul: Jui Aug: Aoû Dec: Déc unfortunately, no r

  • Name according to language · 11 years ago

    The first approach works for me (I assume multilanguage is enabled on the site)

  • Name according to language · 11 years ago

    I am sorry, I cannot manage to get to the any of the 2 points (fr and ja): here are the two lines the way they are now: ---html <span class="list-blog-date"> <span>{{ page.date|date("d")|t

  • Name according to language · 11 years ago

    That on the Learn site is just an example. 'd' and 'M' are PHP date formats, used to print the day or the month, nothing to do with the translations. The theme is not configured to translate the date

  • Name according to language · 11 years ago

    I have the same problem for display my name correctly in each language. I have first wrote in user/config/site.yaml name: -fr: 'François Vidit' - ja: 'Francois Vidit (フランソワ・ヴィディ)' - en: 'Fran

  • Name according to language · 11 years ago

    in multilanguage section of learn.getgrav, ther an example with the month of the year: en: MONTHS_OF_THE_YEAR: [January, February, March, April, May, June, July, August, September, October, November

  • Add panels in the dashboard via a plugin · 11 years ago

    Yes will be good. I have the idea of developing a plugin like statistical console, but without the panel in the dashboard of the admin, I do not know how I will be able to display information ... But

  • Add panels in the dashboard via a plugin · 11 years ago

    That would be a nice feat. It's not something available now, but would be handy to add. A plugin could hook up for an event and provide some output to show in the dashboard.

  • Add panels in the dashboard via a plugin · 11 years ago

    Is it possible to make a plugin that adds a panel in the dashboard? And if so, how is this possible. I did not find in the documentation anything like that.