mirror of
https://github.com/go-gitea/gitea
synced 2024-11-14 06:04:25 +00:00
do not use "on" because it is untranslatable.
This commit is contained in:
parent
83ab83bc57
commit
fbb75990f0
@ -23,7 +23,7 @@ export function initHeatmap() {
|
||||
heatMapLocale: {
|
||||
months: new Array(12).fill().map((_, idx) => translateMonth(idx)),
|
||||
days: new Array(7).fill().map((_, idx) => translateDay(idx)),
|
||||
on: 'on',
|
||||
on: ' - ', // no correct locale support for it, because in many languages the sentence is not "something on someday"
|
||||
more: el.getAttribute('data-locale-more'),
|
||||
less: el.getAttribute('data-locale-less'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user