Skip to content

Commit

Permalink
documentation/localize: add hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
KOWX712 committed Jan 6, 2025
1 parent 0574e74 commit a002103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/localize.md
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).

0 comments on commit a002103

Please sign in to comment.