Skip to content

Commit ece0bf6

Browse files
committed
standardize format of swahili localization file
1 parent 0c9cf24 commit ece0bf6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/locales/sw.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9+
'use strict';
910

10-
Plotly.register({
11+
module.exports = {
1112
moduleType: 'locale',
1213
name: 'sw',
1314
dictionary: {
@@ -56,7 +57,7 @@ Plotly.register({
5657
'low:': 'chini:',
5758
'lower fence:': 'fencing ya chini:',
5859
'max:': 'upeo:',
59-
'mean \xb1 \u03c3:': 'maana \xb1 \u03c3:',
60+
'mean ± σ:': 'maana ± σ:',
6061
'mean:': 'maana:',
6162
'median:': 'kati:',
6263
'min:': 'kidogo:',
@@ -79,4 +80,4 @@ Plotly.register({
7980
decimal: '.',
8081
thousands: ','
8182
}
82-
});
83+
};

0 commit comments

Comments
 (0)