Actions
Feature proposal #8258
closedImplement additional type specific language keys
Description
Several language strings are using a compound language string by inserting [type] into it. This should also have a override language key that is type specific. Example as follows.
LIKED_YOUR_TYPE_TITLE
Should also have the following.
LIKED_YOUR_PHOTO_TITLE
In this example the media liked is a photo so it'd have the following language keys.
LIKED_YOUR_PHOTO_TITLE LIKED_YOUR_TYPE_TITLE
This allows override per type.
Actions