~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Victor
  • Date: 2013-05-20 05:22:56 UTC
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: git-v1:4089894fa6c305985c0a9abdd524bb8cdc5716ce
Remove translations.

This revision removes the "contractor" Gettext domain; this implies no longer keeping translations in Contractor itself. Contracts need to provide their own translation domain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(Translations)
2
 
add_translations_directory("contractor")
3
 
add_translations_catalog("contractor"
4
 
    ../src/
5
 
)