Actions
Feature #920
closed
SS
SS
Convert strings to use templates
Feature #920:
Convert 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>
SS Updated by Soren Stoutner almost 4 years ago
- Subject changed from Convert strings to use Kotlin string templates to Convert strings to use templates
SS Updated by Soren Stoutner almost 4 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.
SS Updated by Soren Stoutner almost 3 years ago
- Priority changed from 3.x to Next Release
SS Updated by Soren Stoutner over 2 years ago
- Status changed from New to Closed
These have all been migrated previously.
Actions