1
0
mirror of https://github.com/LibreScore/dl-librescore synced 2025-01-22 01:50:52 +01:00

fix: language script

This commit is contained in:
Peter Njeim 2022-06-01 11:54:24 -03:00
parent 857d57de29
commit e23bde4989
2 changed files with 2 additions and 2 deletions

@ -35,7 +35,7 @@ There are 4 different installable programs:
### App
1. Go to the [README](https://github.com/LibreScore/app-librescore#installation) page of the `app-librescore` repository
2. Follow the installation instructions for your device to install it
2. Follow the installation instructions for your device
### Userscript

@ -1,7 +1,7 @@
#!/bin/bash
#* STEP 0
sudo npm i -g prettier
# sudo npm i -g prettier
I18N_PATH="./src/i18n"
#* STEP 1