Skip to content

Commit e4424f0

Browse files
committed
Revert code for handling 0.po file (doesn't exist anymore)
1 parent 3f406d7 commit e4424f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manage_translation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ def recreate_tx_config():
6969
for resource in resources:
7070
slug = resource.slug
7171
name = RESOURCE_NAME_MAP.get(slug, slug)
72-
if slug == '0':
73-
continue
74-
elif '--' in slug:
72+
if '--' in slug:
7573
directory, file_name = name.split('--')
7674
if match(r'\d+_\d+', file_name):
7775
file_name = file_name.replace('_', '.')

0 commit comments

Comments
 (0)