Bug 1760033 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

During startup, two strings only used by this file from `aboutReader.properties` are formatted: `readerView.enter` and `readerView.enter.accesskey`.

As the `readerView.close` strings are also only used by this file, migrating all of them to Fluent with the [properties-to-ftl](https://github.com/mozilla/properties-to-ftl/) tool should be relatively simple.
During startup, two strings only used by AboutReaderParent from `aboutReader.properties` are formatted: `readerView.enter` and `readerView.enter.accesskey`.

A few of the strings are formatted using PluralForm, a legacy API we'd like to drop.

As the `readerView.close` strings are also only used by this file, migrating all of them to Fluent with the [properties-to-ftl](https://github.com/mozilla/properties-to-ftl/) tool should be relatively simple.

Back to Bug 1760033 Comment 0