Closed (fixed)
Project:
Localization server
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2007 at 18:55 UTC
Updated:
2 Jan 2008 at 22:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
meba commentedThis should do the stuff? I am not sure if this is needed only when using suggestions
Comment #2
gábor hojtsyThanks, while I was there, I modified it to be even cleaner:
!empty($value['msgid']) && !empty($value['msgstr']). This is fine for both translations and suggestions, as we have the source strings in the DB already, so there is definitely no point in dealing with empty stuff. Thanks, committed!Comment #3
gábor hojtsy