We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9cf24 commit ece0bf6Copy full SHA for ece0bf6
lib/locales/sw.js
@@ -6,8 +6,9 @@
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
+'use strict';
10
-Plotly.register({
11
+module.exports = {
12
moduleType: 'locale',
13
name: 'sw',
14
dictionary: {
@@ -56,7 +57,7 @@ Plotly.register({
56
57
'low:': 'chini:',
58
'lower fence:': 'fencing ya chini:',
59
'max:': 'upeo:',
- 'mean \xb1 \u03c3:': 'maana \xb1 \u03c3:',
60
+ 'mean ± σ:': 'maana ± σ:',
61
'mean:': 'maana:',
62
'median:': 'kati:',
63
'min:': 'kidogo:',
@@ -79,4 +80,4 @@ Plotly.register({
79
80
decimal: '.',
81
thousands: ','
82
}
-});
83
+};
0 commit comments