diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 08:53:23 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-01 08:53:57 -0300 |
| commit | f6aad9a81fbb1b4e619355cbec316988837fb61a (patch) | |
| tree | 6281b063b7741bd4fb46b087bfabedc8a0b97c8d /src/strings-default.yaml | |
| parent | 92d82211fdf3d653b1a5a4d2cfdad5c684e2367d (diff) | |
content, external-links: pass url entry through, handle annotation
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 0745160a..458e85e7 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -676,19 +676,23 @@ misc: external: external: "External" - withDomain: - "{PLATFORM} ({DOMAIN})" + withUnusualDomain: >- + {PLATFORM} ({DOMAIN}) - withHandle: - "{PLATFORM} ({HANDLE})" + withHandle: >- + {PLATFORM} ({HANDLE}) - opensInNewTab: - _: "{LINK} ({ANNOTATION})" - annotation: "opens in new tab" + withAnnotation: >- + {LINK} ({ANNOTATION}) - invalidURL: - _: "{LINK} ({ANNOTATION})" - annotation: "invalid URL" + withAutomaticAndCustomAnnotations: >- + {LINK} ({AUTOMATIC}, {CUSTOM}) + + opensInNewTab: "{PLATFORM} (opens in new tab)" + opensInNewTab.annotation: "opens in new tab" + + invalidURL: "invalid URL" + invalidURL.annotation: "invalid URL" amazonMusic: "Amazon Music" appleMusic: "Apple Music" |