forked from stove/dataset
4 lines
264 B
Bash
4 lines
264 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/usr/share/vaultwarden/app/main.*.js
|