Skip to content

Commit fbb7599

Browse files
committed
do not use "on" because it is untranslatable.
1 parent 83ab83b commit fbb7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/heatmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function initHeatmap() {
2323
heatMapLocale: {
2424
months: new Array(12).fill().map((_, idx) => translateMonth(idx)),
2525
days: new Array(7).fill().map((_, idx) => translateDay(idx)),
26-
on: 'on',
26+
on: ' - ', // no correct locale support for it, because in many languages the sentence is not "something on someday"
2727
more: el.getAttribute('data-locale-more'),
2828
less: el.getAttribute('data-locale-less'),
2929
},

0 commit comments

Comments
 (0)