Update index.html

fix other language index fail
pull/1207/head
Nashan 2 years ago committed by GitHub
parent a40cee14f8
commit 10fce402e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save