Skip to content

Commit de06f37

Browse files
committed
Add code to extract byname for translation
1 parent 1fe2a5a commit de06f37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

util/skycultures/generate-pot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ def process_cons_or_asterism(array, obj_type, pot, sc_name):
174174
if 'pronounce' in name and len(name['pronounce']) != 0:
175175
comment += ', pronounce: ' + name['pronounce']
176176

177+
if 'byname' in name and len(name['byname']) != 0:
178+
comment += ', byname: ' + name['byname']
179+
177180
if 'translators_comments' in name:
178181
comment += '\n' + name['translators_comments']
179182

0 commit comments

Comments
 (0)