mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
Update comment
This commit is contained in:
committed by
Sara Gibbons
parent
0a6ff000d2
commit
464fa07d5d
@@ -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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user