1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Update for ICU MessageFormat

This commit is contained in:
Alexander Skvortsov
2021-05-12 19:37:44 -04:00
parent 62be9088a1
commit 0be39b144c
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ app.initializers.add('flarum-pusher', () => {
this.loadingUpdated = true;
},
loading: this.loadingUpdated
}, app.translator.transChoice('flarum-pusher.forum.discussion_list.show_updates_text', count, { count }))
}, app.translator.trans('flarum-pusher.forum.discussion_list.show_updates_text', { count }))
);
}
}