Change *.zh.yml for Chinese translation to be displayed correctly #491
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The file names of *.zh.yml is inconsistent with the key "zh-CN" in the files.
If zh is chosen for APP_LOCALE in env file, the contents will not be displayed correctly.
So I change the zh-CN to zh in *.zh.yml, then the contents are displayed normally.
Before correction:
![Screenshot 2024-07-23 at 10 29 14](https://private-user-images.githubusercontent.com/16589381/351360022-ccd5f2a8-e225-492e-b50b-1490599b7159.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODM0NTksIm5iZiI6MTczOTE4MzE1OSwicGF0aCI6Ii8xNjU4OTM4MS8zNTEzNjAwMjItY2NkNWYyYTgtZTIyNS00OTJlLWI1MGItMTQ5MDU5OWI3MTU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEwMjU1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ4NWU0NzZiNDY3NDcwMDk3NTcwMzFjOGZlYTg4MjlkNGQ5YTMxM2Y2ZTVjZTI0MGU5YjNjOWJlODVkMDc2MWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NxceeQRaA7ItcNxBoff7o8dfM0wSJT9Y1Caueig9TFw)
After correction:
![Screenshot 2024-07-23 at 16 47 26](https://private-user-images.githubusercontent.com/16589381/351360177-dd672d37-6d43-486e-abfc-7024327d041f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODM0NTksIm5iZiI6MTczOTE4MzE1OSwicGF0aCI6Ii8xNjU4OTM4MS8zNTEzNjAxNzctZGQ2NzJkMzctNmQ0My00ODZlLWFiZmMtNzAyNDMyN2QwNDFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEwMjU1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI4YmJiY2YxMGE4NGYzZGFlYjFiNzQzY2MxNTQ3NmYzNTQ3ZmYzODljYTlhZDJhNTFiYjBjMWNmNDRiNGUyZDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jQaVic7irWi3t-SJO3wgcR45qoUXhxf91AR079yJng8)