Project

General

Profile

« Previous | Next » 

Revision 33097569

Added by koszko over 1 year ago

move locales under builder/

View differences:

setup.cfg
39 39
 #    reuse
40 40

  
41 41
[options.package_data]
42
* = *.mo
42
hydrilla.builder = locales/*/LC_MESSAGES/messages.mo
43 43

  
44 44
[options.extras_require]
45 45
test = pytest
......
58 58
keywords = _
59 59
width = 80
60 60
input_dirs = src/hydrilla
61
output_file = src/hydrilla/locales/hydrilla_builder.pot
61
output_file = src/hydrilla/builder/locales/messages.pot
62 62
msgid_bugs_address = koszko@koszko.org
63 63
sort_by_file = True
64 64
copyright_holder = Wojtek Kosior <koszko@koszko.org>
65 65

  
66 66
[init_catalog]
67
input_file = src/hydrilla/locales/hydrilla_builder.pot
68
output_dir = src/hydrilla/locales/
69
domain = hydrilla_builder
67
input_file = src/hydrilla/builder/locales/messages.pot
68
output_dir = src/hydrilla/builder/locales/
69
domain = messages
70 70

  
71 71
[update_catalog]
72
input_file = src/hydrilla/locales/hydrilla_builder.pot
73
output_dir = src/hydrilla/locales/
74
domain = hydrilla_builder
72
input_file = src/hydrilla/builder/locales/messages.pot
73
output_dir = src/hydrilla/builder/locales/
74
domain = messages
75 75

  
76 76
[compile_catalog]
77
directory = src/hydrilla/locales
77
directory = src/hydrilla/builder/locales
78 78
use_fuzzy = True
79
domain = hydrilla_builder
79
domain = messages

Also available in: Unified diff