Actions
Feature #920
closedConvert strings to use templates
Start date:
11/10/2022
Due date:
% Done:
0%
Estimated time:
Description
This would probably be easiest once the entire app has transitions to Kotlin.
At least the following strings apply (as well as probably all other string that contain a colon):
<string name="saving_file">Saving file:</string>
<string name="file_saved">File saved:</string>
<string name="image_saved">Image saved:</string>
<string name="selected">Selected:</string>
<string name="bookmarks_deleted">Bookmarks Deleted:</string>
Updated by Soren Stoutner over 2 years ago
- Subject changed from Convert strings to use Kotlin string templates to Convert strings to use templates
Updated by Soren Stoutner over 2 years ago
It turns out that we generally don't need to wait for Kotlin.
Some of these were converted in https://redmine.stoutner.com/issues/922.
Updated by Soren Stoutner over 1 year ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
These have all been migrated previously.
Actions