Move master translation file away from util
- Rewrite translation documentation - Delete unused util/strings.php - Updated references to util/messages.po and util/strings.php
This commit is contained in:
parent
a69d010410
commit
9102a37b37
9 changed files with 50 additions and 1953 deletions
|
@ -45,7 +45,7 @@ case "$MODE" in
|
|||
;;
|
||||
'default')
|
||||
cd "$FULLPATH/.."
|
||||
OUTFILE="$FULLPATH/../util/messages.po"
|
||||
OUTFILE="$FULLPATH/../view/lang/C/messages.po"
|
||||
FINDSTARTDIR="."
|
||||
# skip addon folder
|
||||
FINDOPTS="( -wholename */addon -or -wholename */addons -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue