Skip to content

Commit

Permalink
Move .pot files so path to source is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Oct 7, 2017
1 parent 1535ad1 commit 6803772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ source_lang = en

[photini.docindex]
file_filter = src/lang/doc/<lang>/LC_MESSAGES/index.po
source_file = src/lang/doc/gettext/index.pot
source_file = src/lang/doc/pot/gettext/index.pot
source_lang = en

[photini.docmanual]
file_filter = src/lang/doc/<lang>/LC_MESSAGES/manual.po
source_file = src/lang/doc/gettext/manual.pot
source_file = src/lang/doc/pot/gettext/manual.pot
source_lang = en

[photini.docmisc]
file_filter = src/lang/doc/<lang>/LC_MESSAGES/misc.po
source_file = src/lang/doc/gettext/misc.pot
source_file = src/lang/doc/pot/gettext/misc.pot
source_lang = en

[photini.docother]
file_filter = src/lang/doc/<lang>/LC_MESSAGES/other.po
source_file = src/lang/doc/gettext/other.pot
source_file = src/lang/doc/pot/gettext/other.pot
source_lang = en
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class GetText(BuildDoc):
command_options['gettext'] = {
'all_files' : ('setup.py', '1'),
'source_dir' : ('setup.py', 'src/doc'),
'build_dir' : ('setup.py', 'src/lang/doc'),
'build_dir' : ('setup.py', 'src/lang/doc/pot'),
'builder' : ('setup.py', 'gettext'),
}

Expand Down
2 changes: 1 addition & 1 deletion src/photini/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import unicode_literals

__version__ = '2017.10.1'
build = '960 (7cecf97)'
build = '961 (1535ad1)'

0 comments on commit 6803772

Please sign in to comment.