You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
Fix an issue that may happen in Apatch
and update translation guide
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user