Closed (duplicate)
Project:
Localization server
Version:
6.x-2.x-dev
Component:
Import
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 22:06 UTC
Updated:
12 Mar 2010 at 10:47 UTC
Imported translations are marked as 'suggestion' if there are existing translations. Can we add an option to directly set these imports as active translations (existed ones will moved to suggestion)? Of course we will only want to open this option to users with 'approve translations' permission.
Comments
Comment #1
gábor hojtsyWell, currently this allows you to resolve conflicts (in fact it forces you to resolve them), while otherwise it would be easy to overlook these. If we'd keep the preexistent translation as a suggestion, you'd need to perform the same administrative steps anyway to clean out your suggestions pool, so I'm not sure this helps much beyond getting the updated translations into the DB faster. What do others think?
BTW the code in question is this from import.inc:
Comment #2
gábor hojtsyThe 6.x-2.x branch now cleans up this code and makes it work more like you've requested. Now strings are only marked suggested when you ask to import suggestions or a string was #fuzzy in the .po. So this can be considered fixed.