Project

General

Profile

« Previous | Next » 

Revision 0fe371da

Added by koszko over 1 year ago

change translation domain to 'hydrilla-messages'

View differences:

setup.cfg
40 40
 #    reuse
41 41

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

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

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

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

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

Also available in: Unified diff