mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-04 22:16:47 +00:00
fixed i18n.sh
This commit is contained in:
parent
2359296c03
commit
f2c335032a
6
i18n.sh
6
i18n.sh
@ -12,8 +12,12 @@ function usage () {
|
|||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
apps="avatar base contacts group notifications organizations profile share"
|
apps="avatar base contacts group notifications organizations profile share thirdpart/auth"
|
||||||
function is_valid_app() {
|
function is_valid_app() {
|
||||||
|
if [[ $1 == "seahub" ]]; then
|
||||||
|
return 0;
|
||||||
|
fi
|
||||||
|
|
||||||
for app in ${apps}; do
|
for app in ${apps}; do
|
||||||
if [[ $1 == $app ]]; then
|
if [[ $1 == $app ]]; then
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user