summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-13 11:42:47 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-13 11:42:47 +0000
commit19316e382c0a2ae5105c746191c3fba90f54995b (patch)
treebbcbed4237c2f3341e8c52daabde8e1e816b5b14 /src/file.cpp
parentAllow window to be closed when operating in batch mode. (diff)
downloadinkscape-19316e382c0a2ae5105c746191c3fba90f54995b.tar.gz
inkscape-19316e382c0a2ae5105c746191c3fba90f54995b.zip
simplify translated default.svg
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 255ed467b..903795071 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -163,6 +163,9 @@ SPDesktop *sp_file_new(const std::string &templ)
Glib::ustring sp_file_default_template_uri()
{
+ // TRANSLATORS: translate this into "default-<yourcodename>.svg" (for instance, default-fr.svg)
+ // and double-check that share/templates/create_defaults.pl contains a translation for your language
+ // If in doubt about this, ask a developer.
return Inkscape::IO::Resource::get_filename(TEMPLATES, "default.svg", _("default.svg"));
}