Fix an issue that may happen in Apatch

and update translation guide
This commit is contained in:
KOWX712
2024-11-24 22:25:27 +08:00
parent 5352e8604e
commit dbed7f9f90
3 changed files with 11 additions and 9 deletions
+6 -4
View File
@@ -1,8 +1,9 @@
# Translation Guide
## Fix Translation Error
- Fork this repository.
- Edit the string value with translated incorrectly.
- Create a Pull Request.
1. Fork this repository.
2. Find your language string file in `/module/webroot/locales/`.
3. Edit the string value with translated incorrectly.
4. Create a Pull Request.
---
## Create a New Language
@@ -29,4 +30,5 @@ Format:
function detectUserLanguage() {
const availableLanguages = ['en-US', 'ru-RU', 'tl-PH', 'zh-CN', 'zh-TW'];
}
```
```
6. Create a Pull Request