Browse Source

firefox lang simplified

bookworm
pvincent 1 year ago
parent
commit
61fe6a5d07
  1. 2
      src/bookworm

2
src/bookworm

@ -117,7 +117,7 @@ else
fi
firefox_lang=$(echo $LANG | cut -d. -f1 | tr "_" "-")
firefox_lang=$(echo $LANG | cut -d_ -f1)
echo $firefox_lang

Loading…
Cancel
Save