Skip to content

Commit dbfa0d8

Browse files
yinhaibo01nicolaskruchten
authored andcommitted
fix a typo bug (#980)
the variable name is typo
1 parent 62ae2b9 commit dbfa0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locales/pivot.jp.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ callWithJQuery ($) ->
1212
tpl = $.pivotUtilities.aggregatorTemplates
1313

1414
jpFmt = nf(thousandsSep: ",", decimalSep: ".")
15-
jaFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: ",", decimalSep: ".")
16-
jaFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: ",", decimalSep: ".")
15+
jpFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: ",", decimalSep: ".")
16+
jpFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: ",", decimalSep: ".")
1717

1818
$.pivotUtilities.locales.ja =
1919
localeStrings:

0 commit comments

Comments
 (0)