Add single-language
This commit is contained in:
parent
f2d4948f8d
commit
b239ff2d8a
1
modlists/shrink-singlelanguage
Normal file
1
modlists/shrink-singlelanguage
Normal file
@ -0,0 +1 @@
|
||||
single-language
|
@ -0,0 +1,4 @@
|
||||
path-exclude /usr/share/locale/*
|
||||
path-include /usr/share/locale/en/*
|
||||
path-include /usr/share/locale/en_GB/*
|
||||
path-include /usr/share/locale/en_US/*
|
2
mods/single-language/modscript
Executable file
2
mods/single-language/modscript
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
find "$1/usr/share/locale" -mindepth 1 -maxdepth 1 ! -name "en" ! -name "en_US" ! -name "en_GB" | xargs rm -r
|
Loading…
Reference in New Issue
Block a user