fix mabox-langfiles
This commit is contained in:
parent
06c85a1cfe
commit
ce2005c7fa
@ -5,10 +5,10 @@ FILE="$HOME/.config/mabox/.lang"
|
||||
if [ ! -f "$FILE" ]; then
|
||||
case $LANG in
|
||||
pl*)
|
||||
rsync -a /usr/share/mabox/lang/pl/ $HOME/.config/
|
||||
rsync -a /usr/share/mabox/lang/pl/ $HOME/
|
||||
;;
|
||||
es*)
|
||||
rsync -a /usr/share/mabox/lang/es/ $HOME/.config/
|
||||
rsync -a /usr/share/mabox/lang/es/ $HOME/
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user