[vlc-devel] [PATCH 1/2] hard deleting many useless(?) string defines

Felix Paul Kühne fkuehne.videolan at gmail.com
Fri Apr 26 11:55:04 CEST 2013


Hello Christoph,

another nitpick:

On 26.04.2013, at 07:42, Christoph Miebach <christoph.miebach at web.de> wrote:

> @@ -74,65 +72,24 @@
> #define I_POP_STREAM N_("Stream...")
> #define I_POP_SAVE N_("Save...")
> 
> -
> /*************** Playlist *************/
> 
> -#define I_PL_LOOP       N_("Repeat All")
> -#define I_PL_REPEAT     N_("Repeat One")
> -#define I_PL_NOREPEAT   N_("No Repeat")
> -
> -#define I_PL_RANDOM     N_("Random")
> -#define I_PL_NORANDOM   N_("Random Off")

"Repeat All", "Repeat One", "Random" and "Random Off" are used by the OS X interface module. Hence, removing those strings here won't lead to a reduced l10n string number. In fact, it might be even useful to keep them here to provide guidance to future developers for common strings for these options.

Cheers,

Felix


More information about the vlc-devel mailing list