po/POTFILES.skip: Skip translating internal plugin descriptors
These plugins are never presented in the UI, hence should not be translated.
This commit is contained in:
parent
ad9ea210e0
commit
72b79ece60
7 changed files with 7 additions and 13 deletions
|
|
@ -109,11 +109,9 @@ src/client/plugin/plugin-info-bar.vala
|
||||||
src/client/plugin/plugin-notification-extension.vala
|
src/client/plugin/plugin-notification-extension.vala
|
||||||
src/client/plugin/plugin-plugin-base.vala
|
src/client/plugin/plugin-plugin-base.vala
|
||||||
src/client/plugin/plugin-trusted-extension.vala
|
src/client/plugin/plugin-trusted-extension.vala
|
||||||
src/client/plugin/desktop-notifications/desktop-notifications.plugin.desktop.in
|
|
||||||
src/client/plugin/desktop-notifications/desktop-notifications.vala
|
src/client/plugin/desktop-notifications/desktop-notifications.vala
|
||||||
src/client/plugin/email-templates/email-templates.plugin.desktop.in
|
src/client/plugin/email-templates/email-templates.plugin.desktop.in
|
||||||
src/client/plugin/email-templates/email-templates.vala
|
src/client/plugin/email-templates/email-templates.vala
|
||||||
src/client/plugin/folder-highlight/folder-highlight.plugin.desktop.in
|
|
||||||
src/client/plugin/folder-highlight/folder-highlight.vala
|
src/client/plugin/folder-highlight/folder-highlight.vala
|
||||||
src/client/plugin/mail-merge/mail-merge-csv.vala
|
src/client/plugin/mail-merge/mail-merge-csv.vala
|
||||||
src/client/plugin/mail-merge/mail-merge-folder.vala
|
src/client/plugin/mail-merge/mail-merge-folder.vala
|
||||||
|
|
@ -125,12 +123,10 @@ src/client/plugin/mail-merge/mail-merge.plugin.desktop.in
|
||||||
src/client/plugin/mail-merge/mail-merge.vala
|
src/client/plugin/mail-merge/mail-merge.vala
|
||||||
src/client/plugin/messaging-menu/messaging-menu.plugin.desktop.in
|
src/client/plugin/messaging-menu/messaging-menu.plugin.desktop.in
|
||||||
src/client/plugin/messaging-menu/messaging-menu.vala
|
src/client/plugin/messaging-menu/messaging-menu.vala
|
||||||
src/client/plugin/notification-badge/notification-badge.plugin.desktop.in
|
|
||||||
src/client/plugin/notification-badge/notification-badge.vala
|
src/client/plugin/notification-badge/notification-badge.vala
|
||||||
src/client/plugin/notification-badge/unity-launcher-entry.vala
|
src/client/plugin/notification-badge/unity-launcher-entry.vala
|
||||||
src/client/plugin/sent-sound/sent-sound.plugin.desktop.in
|
src/client/plugin/sent-sound/sent-sound.plugin.desktop.in
|
||||||
src/client/plugin/sent-sound/sent-sound.vala
|
src/client/plugin/sent-sound/sent-sound.vala
|
||||||
src/client/plugin/special-folders/special-folders.plugin.desktop.in
|
|
||||||
src/client/plugin/special-folders/special-folders.vala
|
src/client/plugin/special-folders/special-folders.vala
|
||||||
src/client/sidebar/sidebar-branch.vala
|
src/client/sidebar/sidebar-branch.vala
|
||||||
src/client/sidebar/sidebar-common.vala
|
src/client/sidebar/sidebar-common.vala
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,8 @@
|
||||||
# Please keep this file sorted alphabetically.
|
# Please keep this file sorted alphabetically.
|
||||||
_build
|
_build
|
||||||
build
|
build
|
||||||
|
src/client/plugin/desktop-notifications/desktop-notifications.plugin.desktop.in
|
||||||
|
src/client/plugin/folder-highlight/folder-highlight.plugin.desktop.in
|
||||||
|
src/client/plugin/notification-badge/notification-badge.plugin.desktop.in
|
||||||
|
src/client/plugin/special-folders/special-folders.plugin.desktop.in
|
||||||
subprojects
|
subprojects
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,9 @@ public class Application.PluginManager : GLib.Object {
|
||||||
|
|
||||||
|
|
||||||
// Plugins that will be loaded automatically when the client
|
// Plugins that will be loaded automatically when the client
|
||||||
// application stats up
|
// application stats up and hence hidden in the UI. Note that the
|
||||||
|
// .plugin files for these should be listed in po/POTFILES.skip,
|
||||||
|
// so translators don't need to bother with them.
|
||||||
private const string[] AUTOLOAD_MODULES = {
|
private const string[] AUTOLOAD_MODULES = {
|
||||||
"desktop-notifications",
|
"desktop-notifications",
|
||||||
"folder-highlight",
|
"folder-highlight",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
[Plugin]
|
[Plugin]
|
||||||
Module=desktop-notifications
|
Module=desktop-notifications
|
||||||
# Translators: This is an internal plugin so this name does not need
|
|
||||||
# to be tanslated
|
|
||||||
Name=Desktop Notifications
|
Name=Desktop Notifications
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
[Plugin]
|
[Plugin]
|
||||||
Module=folder-highlight
|
Module=folder-highlight
|
||||||
# Translators: This is an internal plugin so this name does not need
|
|
||||||
# to be tanslated
|
|
||||||
Name=Folder Highlight
|
Name=Folder Highlight
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
[Plugin]
|
[Plugin]
|
||||||
Module=notification-badge
|
Module=notification-badge
|
||||||
# Translators: This is an internal plugin so this name does not need
|
|
||||||
# to be tanslated.
|
|
||||||
Name=Notification Badge
|
Name=Notification Badge
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
[Plugin]
|
[Plugin]
|
||||||
Module=special-folders
|
Module=special-folders
|
||||||
# Translators: This is an internal plugin so this name does not need
|
|
||||||
# to be tanslated.
|
|
||||||
Name=Special Folders
|
Name=Special Folders
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue