~online-accounts/account-plugins/trunk

« back to all changes in this revision

Viewing changes to data/providers/google.provider.in

  • Committer: David King
  • Date: 2012-10-05 08:10:47 UTC
  • mfrom: (69.1.4 i18n-support)
  • Revision ID: david.king@canonical.com-20121005081047-z4u4txzwpfce8r5r
Use intltool for internationalization support

* Correct project URLs in configure.ac
* Add intltool support to build system
* Extract strings from provider and service files
* Skip service files without translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" ?>
2
2
<provider id="google">
3
3
  <name>Google</name>
4
 
  <description>Includes Gmail, Google Docs, Google+, YouTube and Picasa</description>
 
4
  <_description>Includes Gmail, Google Docs, Google+, YouTube and Picasa</_description>
5
5
  <icon>google</icon>
 
6
  <translations>account-plugins</translations>
6
7
  <domains>.*google\.com</domains>
7
8
</provider>