diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2010-01-11 16:01:20 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2010-01-11 16:01:20 +0000 |
commit | 50f48b4d912c61d086212dd8d39f4020fa105916 (patch) | |
tree | 0825043576b1db3df1ea5707caac7d2b69f1583f /po/POTFILES.in | |
parent | acf61455a347571a66ec6db18c9f0aa1e6f7441d (diff) |
Add support for i18n of the UI
Add all the boilerplate code required for doing i18n of the UI.
No translations available yet though
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..0649f8e --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,8 @@ +src/auth.c +src/events.c +src/main.c +src/util.c +src/viewer.c +src/about.glade +src/auth.glade +src/viewer.glade |