We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcb6e4 commit d68f9fdCopy full SHA for d68f9fd
1 file changed
frontend/src/utils/formatter.js
@@ -44,7 +44,7 @@ export function convertFraction(convert_fraction, value) {
44
return '12½';
45
}
46
47
- return value;
+ return i18n.global.n(value);
48
49
50
export function formatYear(enable_bc, year) {
0 commit comments