~stolowski/unity-scopes-shell/single-preview

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Marcus Tomlinson
  • Date: 2015-02-03 07:32:37 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: marcus.tomlinson@canonical.com-20150203073237-l48gnmhn87e4idsm
Added localization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
intltool_update_potfile(
 
2
  ALL
 
3
  GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
 
4
)
 
5
 
 
6
intltool_install_translations(
 
7
  ALL
 
8
  GETTEXT_PACKAGE ${GETTEXT_PACKAGE}
 
9
)
 
10