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

Error on timeline spanish locale #1740

Open
JuanMiguelBG-Ticarum opened this issue Dec 14, 2023 · 2 comments
Open

Error on timeline spanish locale #1740

JuanMiguelBG-Ticarum opened this issue Dec 14, 2023 · 2 comments

Comments

@JuanMiguelBG-Ticarum
Copy link

The values for the spanish locale on timeline locales file are:

// Espanol
const es = {
  current: 'corriente',
  time: 'hora',
  deleteSelected: 'Eliminar selecci\u00f3n',
};
const es_ES = es;

The current value corriente is wrong. The right value is actual. Example:

// Espanol
const es = {
  current: 'actual',
  time: 'hora',
  deleteSelected: 'Eliminar selecci\u00f3n',
};
const es_ES = es;
@melloware
Copy link
Contributor

@JuanMiguelBG-Ticarum please submit PR!

@JuanMiguelBG-Ticarum
Copy link
Author

Ok, working on it, thanks.

JuanMiguelBG-Ticarum added a commit to JuanMiguelBG-Ticarum/vis-timeline that referenced this issue Jan 22, 2024
Fix an error on timeline spanish locale.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants