languages
This commit is contained in:
parent
d388d30d0c
commit
7c47fa31db
2 changed files with 3 additions and 5 deletions
|
@ -276,7 +276,5 @@ Handle project workflows in a unified way:
|
|||
|
||||
* automate versions fetching
|
||||
* handle openh264 repositories
|
||||
* languages
|
||||
* handle different ones
|
||||
* translate to french
|
||||
* translate to french
|
||||
* try to support nix
|
||||
|
|
|
@ -181,8 +181,8 @@ _SPCD_TXT_LANGUAGE_FRENCH="fr"
|
|||
|
||||
_spcd_txt_pick() {
|
||||
case "${SPCD_TXT_LANGUAGE}" in
|
||||
"${_SPCD_TXT_LANGUAGE_ENGLISH}") echo "${2}" ;;
|
||||
"${_SPCD_TXT_LANGUAGE_FRENCH}") echo "${1}" ;;
|
||||
"${_SPCD_TXT_LANGUAGE_ENGLISH}") echo "${1}" ;;
|
||||
"${_SPCD_TXT_LANGUAGE_FRENCH}") echo "${2}" ;;
|
||||
*) ;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue