File nautilus-i18n.patch of Package nautilus
--- src/nautilus-main.c
+++ src/nautilus-main.c
@@ -265,6 +265,8 @@
options[i++].arg = &kill_shell;
options[i++].arg = &restart_shell;
+ setlocale (LC_ALL, "");
+
if (g_getenv ("NAUTILUS_DEBUG") != NULL) {
eel_make_warnings_and_criticals_stop_in_debugger ();
}