Update comment

This commit is contained in:
faturachmanyusup
2022-10-02 04:40:38 +07:00
committed by Sara Gibbons
parent 0a6ff000d2
commit 464fa07d5d

View File

@@ -28,7 +28,7 @@
'/(README.*)': '/translations/$1', '/(README.*)': '/translations/$1',
'/((?!README).*)/README.(.*)': '$1/translations/README.$2', '/((?!README).*)/README.(.*)': '$1/translations/README.$2',
// handle english file, since English files isn't in translation folders // handle English, since English files isn't in translation folders
'/(README$)': '/$1', '/(README$)': '/$1',
'/((?!README).*)/(README$)': '$1/$2' '/((?!README).*)/(README$)': '$1/$2'
} }