Skip to content

Commit

Permalink
Merge pull request #532 from flofloflo/locale-typo
Browse files Browse the repository at this point in the history
Fixed typo in language string in some locale files
  • Loading branch information
nicolaskruchten authored Oct 28, 2016
2 parents 4f5ea92 + ce5420b commit e0e84c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/pivot.de.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ callWithJQuery ($) ->
frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")

$.pivotUtilities.locales.fr =
$.pivotUtilities.locales.de =
localeStrings:
renderError: "Bei der Darstellung der Pivot-Tabelle ist ein Fehler aufgetreten."
computeError: "Bei der Berechnung der Pivot-Tabelle ist ein Fehler aufgetreten."
Expand Down
2 changes: 1 addition & 1 deletion locales/pivot.it.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ callWithJQuery ($) ->
frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")

$.pivotUtilities.locales.fr =
$.pivotUtilities.locales.it =
localeStrings:
renderError: "Si è verificato un errore durante la creazione della tabella."
computeError: "Si è verificato un errore di calcolo nella tabella."
Expand Down
2 changes: 1 addition & 1 deletion locales/pivot.nl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ callWithJQuery ($) ->
frFmtInt = nf(digitsAfterDecimal: 0, thousandsSep: " ", decimalSep: ",")
frFmtPct = nf(digitsAfterDecimal: 1, scaler: 100, suffix: "%", thousandsSep: " ", decimalSep: ",")

$.pivotUtilities.locales.fr =
$.pivotUtilities.locales.nl =
localeStrings:
renderError: "Er is een fout opgetreden bij het renderen van de kruistabel."
computeError: "Er is een fout opgetreden bij het berekenen van de kruistabel."
Expand Down

0 comments on commit e0e84c6

Please sign in to comment.