diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 12:18:27 +0800 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-05 12:18:27 +0800 |
commit | bf1bed8cb3aeaf3098a8f383c30771be8689dfd4 (patch) | |
tree | c743dbc1ee3d4f37c885b3716b4edb7a2a2e3023 | |
parent | 43eb33eb43da5d5d2f0f36695382781b1957ed5f (diff) | |
download | gsoc2013-epiphany-bf1bed8cb3aeaf3098a8f383c30771be8689dfd4.tar.gz gsoc2013-epiphany-bf1bed8cb3aeaf3098a8f383c30771be8689dfd4.tar.zst gsoc2013-epiphany-bf1bed8cb3aeaf3098a8f383c30771be8689dfd4.zip |
Explicitely set type for .ui files
Otherwise intltool-update will fail to extract any strings from .ui
files.
-rw-r--r-- | po/POTFILES.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index cf76ef740..e415ba597 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,11 +6,11 @@ data/bme.desktop.in.in data/epiphany.desktop.in.in data/epiphany-lockdown.schemas.in data/epiphany.schemas.in -data/glade/certificate-dialogs.ui -data/glade/epiphany.ui -data/glade/form-signing-dialog.ui -data/glade/prefs-dialog.ui -data/glade/print.ui +[type: gettext/glade] data/glade/certificate-dialogs.ui +[type: gettext/glade] data/glade/epiphany.ui +[type: gettext/glade] data/glade/form-signing-dialog.ui +[type: gettext/glade] data/glade/prefs-dialog.ui +[type: gettext/glade] data/glade/print.ui embed/downloader-view.c embed/ephy-embed.c embed/ephy-embed-shell.c |