Changeset 1103 for trunk/devel/po2php.awk
- Timestamp:
- 08/01/2012 11:11:21 AM (10 months ago)
- Files:
-
- 1 moved
-
trunk/devel/po2php.awk (moved) (moved from trunk/devel/updatelangphp.awk) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/po2php.awk
r1102 r1103 14 14 } 15 15 else { 16 print "\t\t '"msgid"'";17 print "\t\t=> '"msgstr"',";16 print "\t\t\""msgid"\""; 17 print "\t\t=> \""msgstr"\","; 18 18 } 19 19 }

