Archives - Translating the date

Yes, your example works.
But problem is that I need to take a date from archives plugin, the default output looks like: {{ month|date(config.plugins.archives.date_display_format) }}

So, the {{ 'GRAV.MONTHS_OF_THE_YEAR'|ta(page.date|date('n') - 1) }} {{ page.date|date('d') }}
should be changed in something like:
{{ 'GRAV.MONTHS_OF_THE_YEAR'|ta(blog.date|date('n') - 1) }} {{ blog.date|date('d') }} as I think, but it doesn’t work.

Where?
Here is a link