2013/2/4 Pascal Obry <[email protected]>: > > Finally those data turn out to be in the .xmp, so it is now imported. > > Probably the last point I may look at for the lightroom import is the > color label. > > The problem here is that the label are in the local language. So for me > I have Rouge, Vert, Bleu... I don't think we want to have a big table > with all translation into lightroom.c! Do you see a clean solution?
Kind of ugly workaround: compare the text with the translations available from gettext, since those colors are already translated. And hope the translation will be the same (do a case-insensitive comparison ;) -- Frederic Crozat ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
