Add support for multiple binary names and idea having multiple binaries (#1167)
Add support for tools to have multiple possible binaries because IntellIj IDEA on the AUR can have multiple depending on the edition. [AUR Ultimate Edition](https://aur.archlinux.org/packages/intellij-idea-ultimate-edition) and [AUR Community Edition](https://aur.archlinux.org/packages/intellij-idea-community-edition-bin) renames the binary to `intellij-idea-ultimate-edition` and `intellij-idea-community-edition` respectively.
This commit is contained in:
@@ -414,6 +414,14 @@ _version: 2
|
||||
zh_CN: "在 $PATH 中找不到 %{binary_name} 二进制"
|
||||
zh_TW: "在 $PATH 中找不到 %{binary_name} 執行檔"
|
||||
de: "Kann %{binary_name} nicht im PATH finden"
|
||||
"Cannot find any of {binary_names} in PATH":
|
||||
en: "Cannot find any of %{binary_names} in PATH"
|
||||
lt: "Nepavyksta rasti jokių %{binary_names} PATH sąraše"
|
||||
es: "No se puede encontrar ninguno de %{binary_names} en PATH"
|
||||
fr: "Impossible de trouver %{binary_names} dans PATH"
|
||||
zh_CH: "在 PATH 中找不到 %{binary_names}"
|
||||
zh_TW: "在 PATH 中找不到 %{binary_names}"
|
||||
de: "Kann keines von %{binary_names} im PATH finden"
|
||||
"Failed to get a UTF-8 encoded hostname":
|
||||
en: "Failed to get a UTF-8 encoded hostname"
|
||||
lt: "Nepavyko gauti UTF-8 koduoto kompiuterio pavadinimo"
|
||||
|
||||
Reference in New Issue
Block a user