Skip to content

Commit

Permalink
language set
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec committed Nov 7, 2024
1 parent 4535c94 commit 6b3bfd5
Showing 1 changed file with 71 additions and 3 deletions.
74 changes: 71 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"desc": "Generate Alt Text for all specified Tags"
}
],
"args": [
"args": [
{
"name": "input_pdf",
"desc": "Input PDF file",
Expand Down Expand Up @@ -52,7 +52,75 @@
"name": "lang",
"desc": "Alternate description language",
"type": "string",
"value": "English"
"value": "English",
"set": [
{
"value": "English"
},
{
"value": "Deutsch"
},
{
"value": "Español"
},
{
"value": "Français"
},
{
"value": "Italiano"
},
{
"value": "Português"
},
{
"value": "Nederlands"
},
{
"value": "Polski"
},
{
"value": "Русский"
},
{
"value": "中文"
},
{
"value": "日本語"
},
{
"value": "한국어"
},
{
"value": "Türkçe"
},
{
"value": "Svenska"
},
{
"value": "Norsk"
},
{
"value": "Suomi"
},
{
"value": "Čeština"
},
{
"value": "Magyar"
},
{
"value": "Slovenčina"
},
{
"value": "Українська"
},
{
"value": "Ελληνικά"
},
{
"value": "Română"
}
]
},
{
"title": "Overwrite",
Expand All @@ -64,4 +132,4 @@
]
}
]
}
}

0 comments on commit 6b3bfd5

Please sign in to comment.