Skip to content

Commit 0748741

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manage_translation.py

+1-3
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)