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

Update translation ID

This commit is contained in:
Toby Zerner
2015-10-16 12:40:41 +10:30
parent fd3d2d83f1
commit fdb6d4735d

View File

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