Changeset 228780
- Timestamp:
- 04/14/2010 08:46:59 AM (16 years ago)
- Location:
- wp-photocontest/trunk/localizations
- Files:
-
- 2 added
- 2 edited
-
convertPot.sh (modified) (1 diff)
-
doDiff.sh (modified) (1 diff)
-
wp-photocontest-si_SI.mo (added)
-
wp-photocontest-si_SI.pot (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-photocontest/trunk/localizations/convertPot.sh
r193059 r228780 2 2 mv wp-photocontest-it_IT-draft.pot wp-photocontest-it_IT.pot 3 3 mv wp-photocontest-pl_PL-draft.pot wp-photocontest-pl_PL.pot 4 mv wp-photocontest-si_SI-draft.pot wp-photocontest-si_SI.pot 4 5 msgfmt wp-photocontest.pot -o wp-photocontest.mo 5 6 msgfmt wp-photocontest-nl_NL.pot -o wp-photocontest-nl_NL.mo 6 7 msgfmt wp-photocontest-it_IT.pot -o wp-photocontest-it_IT.mo 7 8 msgfmt wp-photocontest-pl_PL.pot -o wp-photocontest-pl_PL.mo 9 msgfmt wp-photocontest-si_SI.pot -o wp-photocontest-si_SI.mo -
wp-photocontest/trunk/localizations/doDiff.sh
r193059 r228780 7 7 msgmerge -N --no-wrap wp-photocontest-pl_PL.pot wp-photocontest.pot -o wp-photocontest-pl_PL-draft.pot 8 8 diff --ignore-all-space --ignore-blank-lines wp-photocontest.pot wp-photocontest-pl_PL-draft.pot | grep -v msgstr | grep -v .php | grep -v "\-\-\-" 9 10 msgmerge -N --no-wrap wp-photocontest-si_SI.pot wp-photocontest.pot -o wp-photocontest-si_SI-draft.pot 11 diff --ignore-all-space --ignore-blank-lines wp-photocontest.pot wp-photocontest-si_SI-draft.pot | grep -v msgstr | grep -v .php | grep -v "\-\-\-"
Note: See TracChangeset
for help on using the changeset viewer.