mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-15 00:29:30 +02:00
Use dash lists in OutputPathTooltip; add curly braces to HyperLink else-if
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
This commit is contained in:
@@ -76,17 +76,17 @@ public partial class LocalizationManager
|
||||
Directory paths must end with a slash to avoid ambiguity.
|
||||
|
||||
Available template tokens:
|
||||
* **%g** — server ID
|
||||
* **%G** — server name
|
||||
* **%t** — category ID
|
||||
* **%T** — category name
|
||||
* **%c** — channel ID
|
||||
* **%C** — channel name
|
||||
* **%p** — channel position
|
||||
* **%P** — category position
|
||||
* **%a** — after date
|
||||
* **%b** — before date
|
||||
* **%d** — current date
|
||||
- **%g** — server ID
|
||||
- **%G** — server name
|
||||
- **%t** — category ID
|
||||
- **%T** — category name
|
||||
- **%c** — channel ID
|
||||
- **%C** — channel name
|
||||
- **%p** — channel position
|
||||
- **%P** — category position
|
||||
- **%a** — after date
|
||||
- **%b** — before date
|
||||
- **%d** — current date
|
||||
""",
|
||||
[nameof(FormatLabel)] = "Format",
|
||||
[nameof(FormatTooltip)] = "Export format",
|
||||
|
||||
Reference in New Issue
Block a user