Magellan Linux

Diff of /tags/installer-simple-0_4_91_20160616_1/generate-po.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2355 by niro, Mon Jan 6 12:23:17 2014 UTC revision 2356 by niro, Mon Jan 6 12:24:58 2014 UTC
# Line 58  generate_po() Line 58  generate_po()
58   if [ -f "${po}" ]   if [ -f "${po}" ]
59   then   then
60   echo "Updating lang '${lang}'"   echo "Updating lang '${lang}'"
61   msgmerge --quiet --no-fuzzy-matching --no-wrap --update "${po}" "${pot}"   msgmerge --quiet --no-fuzzy-matching --no-wrap --sort-by-file --update "${po}" "${pot}"
62   else   else
63   echo "Processing lang '${lang}'"   echo "Processing lang '${lang}'"
64   install -d locale/"${lang}"   install -d locale/"${lang}"

Legend:
Removed from v.2355  
changed lines
  Added in v.2356