diff options
author | Malte Voos <git@mal.tc> | 2025-10-01 00:20:10 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-10-01 00:20:10 +0200 |
commit | 338babaad2189f7ff1ee088994c8c20a0646ff4d (patch) | |
tree | 29fb2620f748d32a42c1d1eb3346771600a8d75b /data/tc.mal.lleap.gschema.xml | |
download | lleap-338babaad2189f7ff1ee088994c8c20a0646ff4d.tar.gz lleap-338babaad2189f7ff1ee088994c8c20a0646ff4d.zip |
init
Diffstat (limited to 'data/tc.mal.lleap.gschema.xml')
-rw-r--r-- | data/tc.mal.lleap.gschema.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/tc.mal.lleap.gschema.xml b/data/tc.mal.lleap.gschema.xml new file mode 100644 index 0000000..0364942 --- /dev/null +++ b/data/tc.mal.lleap.gschema.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <schema id="tc.mal.lleap" path="/tc/mal/lleap/"> + <key name="deepl-api-key" type="s"> + <default>""</default> + <summary>DeepL API Key</summary> + <description>API key for DeepL translation service</description> + </key> + </schema> +</schemalist> |