[entropy] split server and client .po files

This commit is contained in:
Fabio Erculiani
2012-04-18 20:02:31 +02:00
parent 10e5f74567
commit 601d41d42b
51 changed files with 143016 additions and 61787 deletions

View File

@@ -12,9 +12,12 @@ for cur_tag in `git tag`; do
[[ "$cur_tag" == "$new_tag" ]] && echo "$new_tag already tagged" && exit 1
done
# Validate Entropy po files
# Validate Entropy Client po files
( cd misc/po && make validate ) || exit 1
# Validate Entropy Server po files
( cd server/po && make validate ) || exit 1
# Validate Rigo po files
( cd rigo/po && make validate ) || exit 1