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

fix(locale): dataFooter.itemsPerPageText typo in fr locale #18594

Merged
merged 1 commit into from Nov 21, 2023

Conversation

genevieve-le-houx
Copy link
Contributor

@genevieve-le-houx genevieve-le-houx commented Nov 4, 2023

Description

There was a typo in the fr locale, for dataFooter.itemsPerPageText. Changed "Élements" to "Éléments"

Markup:

export default {
  // Other keys
  dataFooter: {
    itemsPerPageText: 'Éléments par page :',
    // Other keys
  },
}

@genevieve-le-houx genevieve-le-houx changed the title Fix a typo in fr locale, for dataFooter.itemsPerPageText locale: Fix a typo in fr locale, for dataFooter.itemsPerPageText Nov 4, 2023
@genevieve-le-houx genevieve-le-houx changed the title locale: Fix a typo in fr locale, for dataFooter.itemsPerPageText fix(locale): Fix a typo in fr locale, for dataFooter.itemsPerPageText Nov 4, 2023
@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected E: locale Locale composable labels Nov 5, 2023
@johnleider johnleider added this to the v3.4.x milestone Nov 21, 2023
@johnleider johnleider merged commit e66f65e into vuetifyjs:master Nov 21, 2023
10 checks passed
@johnleider johnleider changed the title fix(locale): Fix a typo in fr locale, for dataFooter.itemsPerPageText fix(locale): dataFooter.itemsPerPageText typo in fr locale Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E: locale Locale composable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants