diff --git a/bin/mabox-langfiles b/bin/mabox-langfiles index a7fe87f..757fbe0 100755 --- a/bin/mabox-langfiles +++ b/bin/mabox-langfiles @@ -10,6 +10,9 @@ if [ ! -f "$FILE" ]; then es*) rsync -a /usr/share/mabox/lang/es/ $HOME/ ;; + en*) + rsync -a /usr/share/mabox/lang/en/ $HOME/ + ;; *) exit 0 ;;