[Github-comments] [geany/geany-plugins] Rename GeanyLipsum to just Lipsum (#472)

Colomban Wendling notifications at xxxxx
Sun Aug 7 23:15:14 UTC 2016


> +	{
> +		if (dialogs_show_question(
> +			_("Renamed plugin detected!\n"
> +			  "\n"
> +			  "GeanyLipsum has been renamed to Lipsum -- you surely have "
> +			  "already recognised it. \n"
> +			  "Geany is able to migrate your old plugin configuration by "
> +			  "moving the old configuration file to new location.\n"
> +			  "Attention: this will not include your keybindings.\n"
> +			  "Move now?")))
> +		{
> +			if (g_rename(config_dir_old, config_dir) == 0)
> +			{
> +				dialogs_show_msgbox(GTK_MESSAGE_INFO,
> +					_("Your configuration directory has been "
> +					  "successfully moved from \"%s\" to \"%s\"."),

That's not true, you don't have to use positional format to allow translators to do it.  We'd have a lot more to handle if it was the case.

No, the *translators* might have to do that if they want to swap the arguments, but the developer doesn't have to worry about it so long as (s)he uses proper placeholders and not string building.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/472/files/a129fc448e74739c1b5fd7a0ce640bccb1cfdacc#r73811099
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160807/0867cd95/attachment.html>


More information about the Github-comments mailing list