3 lines
268 B
Bash
3 lines
268 B
Bash
# locale in jslib/common/src/models/domain/globalState.ts is "en" by default, change it to "fr"
|
|
# this information is store in browser local storage
|
|
sed -i 's/this.locale="en",/this.locale="fr",/g' $IMAGE_NAME_RISOTTO_IMAGE_DIR_TMP/usr/share/vaultwarden/app/main.*.js
|