Skip to content

Commit 27b2ba3

Browse files
authored
Merge pull request #39 from rdswift/language_name
Add plugin: Language Name
2 parents 10eb5ae + 6299fa8 commit 27b2ba3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

plugins.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,24 @@ added_at = "2025-12-27T01:44:31Z"
187187
updated_at = "2025-12-27T01:44:31Z"
188188
versioning_scheme = "semver"
189189

190+
[[plugins]]
191+
id = "language-name"
192+
uuid = "90505bdf-6676-4d54-98af-89e965606123"
193+
name = "Language Name"
194+
description = "This plugin provides a new script function `$language_name()` to replace the three-character language code with the full name of the language."
195+
git_url = "https://github.com/rdswift/picard-plugin-language-name"
196+
categories = [
197+
"scripting",
198+
"metadata",
199+
]
200+
trust_level = "trusted"
201+
authors = [
202+
"Bob Swift",
203+
]
204+
added_at = "2025-12-31T21:51:46Z"
205+
updated_at = "2025-12-31T21:51:46Z"
206+
versioning_scheme = "semver"
207+
190208
[[plugins]]
191209
id = "loadasnat"
192210
uuid = "263cb3c3-2c44-4f31-9bc9-72010ffc1725"

0 commit comments

Comments
 (0)