mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-07 22:05:41 +01:00
Update fusion360-base.sh
This commit is contained in:
@@ -440,9 +440,9 @@ esac
|
||||
|
||||
function licenses-de {
|
||||
|
||||
export LC_ALL=de_DE.UTF-8
|
||||
export LANG=de_DE.UTF-8
|
||||
export LANGUAGE=de_DE.UTF-8
|
||||
export LC_ALL=de_DE
|
||||
export LANG=de_DE
|
||||
export LANGUAGE=de_DE
|
||||
|
||||
license_de=`dirname $0`/data/locale/de-DE/license-de
|
||||
|
||||
@@ -509,9 +509,9 @@ esac
|
||||
|
||||
function licenses-es {
|
||||
|
||||
export LC_ALL=es_ES.UTF-8
|
||||
export LANG=es_ES.UTF-8
|
||||
export LANGUAGE=es_ES.UTF-8
|
||||
export LC_ALL=es_ES
|
||||
export LANG=es_ES
|
||||
export LANGUAGE=es_ES
|
||||
|
||||
license_es=`dirname $0`/data/locale/es-ES/license-es
|
||||
|
||||
|
||||
Reference in New Issue
Block a user