Skip to content

Commit de9a5a4

Browse files
authored
Fix punctuation in it.js
Keys must match input keys exactly, and trailing colons should be preserved in the translation. Also tweaked a couple of the comments to point to the right files (note it's also fine to omit these comments entirely from the translation files, as the file dist/translation-keys.txt always has up-to-date line references as of the latest release)
1 parent 9bfae72 commit de9a5a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/locales/it.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ module.exports = {
5858
'mean:': 'media:', // traces/box/calc.js:133
5959
'median:': 'mediana:', // traces/box/calc.js:128
6060
'min:': 'min.:', // traces/box/calc.js:129
61-
'new text:': 'Nuovo testo:', // traces/box/calc.js:129
62-
'upper fence:': 'limite superiore', // traces/box/calc.js:129
63-
'lower fence:': 'limite inferiore', // traces/box/calc.js:129
61+
'new text:': 'Nuovo testo:', // plots/plots.js:327
62+
'upper fence:': 'limite superiore:', // traces/box/calc.js:129
63+
'lower fence:': 'limite inferiore:', // traces/box/calc.js:129
6464
'Turntable rotation': 'Rotazione piattaforma', // components/modebar/buttons.js:288
6565
'Toggle Spike Lines': 'Abilita linee di identificazione', // components/modebar/buttons.js:548
6666
'open:': 'apri:', // traces/ohlc/transform.js:136
6767
'high:': 'alto:', // traces/ohlc/transform.js:137
68-
'kde:': 'kde:', // traces/ohlc/transform.js:138
68+
'kde:': 'kde:', // traces/violin/calc.js:73
6969
'low:': 'basso:', // traces/ohlc/transform.js:138
70-
'incoming flow count: ': 'Flusso in entrata:', // traces/ohlc/transform.js:138
71-
'outgoing flow count:: ': 'Flusso in uscita:', // traces/ohlc/transform.js:138
70+
'incoming flow count:': 'Flusso in entrata:', // traces/sankey/plot.js:142
71+
'outgoing flow count:': 'Flusso in uscita:', // traces/sankey/plot.js:143
7272
'Toggle show closest data on hover': 'Abilita mostra i dati più vicini al passaggio del mouse', // components/modebar/buttons.js:353
7373
},
7474
format: {

0 commit comments

Comments
 (0)