Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fixes transifex config to allow pushing the source language
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Jan 9, 2013
1 parent 0079c5a commit ef29acf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
[main]
host = https://www.transifex.com
type = PO

[cmsplugin-filer.cmsplugin_filer_file]
file_filter = cmsplugin_filer_file/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_file/locale/en/LC_MESSAGES/django.po
source_lang = en

[cmsplugin-filer.cmsplugin_filer_folder]
file_filter = cmsplugin_filer_folder/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_folder/locale/en/LC_MESSAGES/django.po
source_lang = en

[cmsplugin-filer.cmsplugin_filer_image]
file_filter = cmsplugin_filer_image/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_image/locale/en/LC_MESSAGES/django.po
source_lang = en

[cmsplugin-filer.cmsplugin_filer_link]
file_filter = cmsplugin_filer_link/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_link/locale/en/LC_MESSAGES/django.po
source_lang = en

[cmsplugin-filer.cmsplugin_filer_teaser]
file_filter = cmsplugin_filer_teaser/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_teaser/locale/en/LC_MESSAGES/django.po
source_lang = en

[cmsplugin-filer.cmsplugin_filer_video]
file_filter = cmsplugin_filer_video/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_filer_video/locale/en/LC_MESSAGES/django.po
source_lang = en

0 comments on commit ef29acf

Please sign in to comment.