Francois Gouget wrote:
On Wed, 18 Jun 2008, Michael Stefaniuc wrote: [...]
What about patches that have no associated bug report but can and probably should be cherry picked into stable? Translation patches come to mind as a class of patches that would fall under this.
Note that with translations modifying the rc files directly it takes work to make sure they are applicable to an older Wine: you have to check for each patch that the dialog was identical (same set of buttons, etc) in the older Wine.
For the beginning it won't be that hard as a check if the En.rc file changed since wine-1.0 is enough: git log wine-1.0.. En.rc
If we had po files for the resource translations we wouldn't have this problem.
PO files will have other advantages as well as introducing new problems.
bye michael