Skip to content

Commit

Permalink
Workaround uiri/toml#429
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Sep 19, 2023
1 parent 992d6e3 commit 3042d93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ram.runtime = "1024M"
ask.en = "Choose the local Synapse instance to communicate with matrix-appservice-irc."
ask.fr = "Choisissez l'instance Synapse qui doit communiquer avec matrix-appservice-irc."
type = "app"
pattern.regexp = "synapse(__)*[0-9]*"
pattern.error = "Invalid app selected. Please select a Synapse instance."
# pattern.regexp = "synapse(__)*[0-9]*"
# pattern.error = "Invalid app selected. Please select a Synapse instance."
help.en = "Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance."
help.fr = "En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance."
default = "synapse"
Expand Down Expand Up @@ -68,11 +68,13 @@ ram.runtime = "1024M"
ask.fr = "Choisissez le/les compte(s) Matrix autorisés à utiliser la passerelle IRC."
type = "string"
example = "@johndoe:server.name or server.name or *"
help.en = """
[install.botusers.help]
en = """
A remote or local user (@johndoe:server.name),the local server (server.name), a remote server (matrix.org), or all remote/local servers (*) can be authorized.
Give the Matrix server_name, not the full domain/URL.
It is also possible to specify multiple values by separating them with comma. Example: @johndoe:server.name,domain.tld,matrix.org"""
help.fr = """Un compte local ou distant (@johndoe:server.name), le serveur local (server.name), un serveur distant (matrix.org), ou tous les serveurs remote/local (*).
fr = """
Un compte local ou distant (@johndoe:server.name), le serveur local (server.name), un serveur distant (matrix.org), ou tous les serveurs remote/local (*).
Donner le nom du serveur Matrix, pas le domaine/URL complet.
Il est également possible de spécifier plusieurs valeurs en les séparant par une virgule. Exemple : @johndoe:server.name,domain.tld,matrix.org"""

Expand Down

0 comments on commit 3042d93

Please sign in to comment.