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

Add weekTextLong for French locale #6731

Closed
LucileDT opened this issue Feb 16, 2022 · 2 comments
Closed

Add weekTextLong for French locale #6731

LucileDT opened this issue Feb 16, 2022 · 2 comments

Comments

@LucileDT
Copy link
Contributor

Reduced Test Case

Reduced test case

(not sure if it works as I build my sources using Webpack and I have to use a different method on jsfiddle).

Bug Description

Scenario:

  • create a calendar (v5.10)
  • use "fr" as locale
  • use week: 'long' in a date format function (titleFormat, slotLabelFormat, ...)

Expected behavior:

The text generated is "Semaine [week number]"

Current behavior:

The text generated is "Week [week number]"

Screenshots

Here a screenshot with successively week: 'long', week: 'short', week: 'narrow' and weekday: 'narrow', day: '2-digit'.

image

@acerix acerix changed the title Date formatting using week parameter is inconsistently translated Add weekTextLong for French locale Feb 23, 2022
@acerix
Copy link
Member

acerix commented Feb 23, 2022

It hasn't been translated yet, would need to add weekTextLong to https://github.com/fullcalendar/fullcalendar/blob/master/packages/core/src/locales/fr.ts

LucileDT added a commit to LucileDT/fullcalendar that referenced this issue Mar 4, 2022
@arshaw arshaw added this to the v6.1.0 milestone Jan 25, 2023
@arshaw
Copy link
Member

arshaw commented Jan 30, 2023

@arshaw arshaw closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants