forked from bindhosts/bindhosts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation/localize: add hyperlink
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Translation Guide | ||
## Fix Bad Translation | ||
|
||
1. Fork this repository. | ||
1. [Fork this repository](https://github.com/backslashxx/bindhosts/fork). | ||
2. Find your language string file in `/module/webroot/locales/`. | ||
3. Edit the string value with translated incorrectly. | ||
4. Create a Pull Request. | ||
4. [Create a Pull Request](https://github.com/backslashxx/bindhosts/pulls). | ||
|
||
--- | ||
## Add a New Language | ||
|
||
1. Fork this repository. | ||
1. [Fork this repository](https://github.com/backslashxx/bindhosts/fork). | ||
2. Make a copy of `/module/webroot/locales/A-template.json` | ||
3. Rename it to `language_code-COUNTRY_CODE.json`, e.g., `en-US.json`. | ||
4. Translate the string value inside. | ||
6. Create a Pull Request. | ||
6. [Create a Pull Request](https://github.com/backslashxx/bindhosts/pulls). |