summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2020-04-06 17:35:27 +0200
committerAdriaan de Groot <groot@kde.org>2020-04-06 17:35:27 +0200
commit087c88753cc87fd69f848f78ebe443c969d196bf (patch)
tree23565c887d855e387689188f79fc5bc930e4d6a6
parent11aa6da1e9158ed87af3549940b2fef63e75bb51 (diff)
[netinstall] Expand the table of common-strings
When one of these common names for the netinstall page is used, it gets pulled out of the standard translations, so that it doesn't have to be translated in the per-distro config file. These labels are common enough that they make sense for everyone to have lying around. FIXES #1367 (I say "fixed" but of course it's going to depend on the translation workflow to make these available)
-rw-r--r--src/modules/netinstall/NetInstallViewStep.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modules/netinstall/NetInstallViewStep.cpp b/src/modules/netinstall/NetInstallViewStep.cpp
index 3eba788db..e99b43830 100644
--- a/src/modules/netinstall/NetInstallViewStep.cpp
+++ b/src/modules/netinstall/NetInstallViewStep.cpp
@@ -71,6 +71,14 @@ NetInstallViewStep::prettyName() const
tr( "Login" );
tr( "Desktop" );
tr( "Applications" );
+ tr( "Communication" );
+ tr( "Development" );
+ tr( "Office" );
+ tr( "Multimedia" );
+ tr( "Internet" );
+ tr( "Theming" );
+ tr( "Gaming" );
+ tr( "Utilities" );
#endif
}