We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ab83b commit fbb7599Copy full SHA for fbb7599
web_src/js/features/heatmap.js
@@ -23,7 +23,7 @@ export function initHeatmap() {
23
heatMapLocale: {
24
months: new Array(12).fill().map((_, idx) => translateMonth(idx)),
25
days: new Array(7).fill().map((_, idx) => translateDay(idx)),
26
- on: 'on',
+ on: ' - ', // no correct locale support for it, because in many languages the sentence is not "something on someday"
27
more: el.getAttribute('data-locale-more'),
28
less: el.getAttribute('data-locale-less'),
29
},
0 commit comments