Skip to content

Commit d68f9fd

Browse files
committed
L10n
1 parent 9fcb6e4 commit d68f9fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/utils/formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function convertFraction(convert_fraction, value) {
4444
return '12½';
4545
}
4646

47-
return value;
47+
return i18n.global.n(value);
4848
}
4949

5050
export function formatYear(enable_bc, year) {

0 commit comments

Comments
 (0)