Skip to content

Commit

Permalink
Update README.md (#87)
Browse files Browse the repository at this point in the history
Fix typo in the translations instruction
  • Loading branch information
devzwf authored Jan 23, 2024
1 parent d5cbb01 commit a4926ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If you want to contribute with a translation of wallos:
- Add your language code to `includes/i18n/languages.php` in the format `"en" => "English"`. Please use the original language name and not the english translation.
- Create a copy of the file `includes/i18n/en.php` and rename it to the language code you used above. Example: pt.php for "pt" => "Português".
- Translate all the values on the language file to the new language. (Incomplete translations will not be accepted).
- Create a copy of the file `scripts/i18n/en.php` and rename it to the language code you used above.
- Create a copy of the file `scripts/i18n/en.js` and rename it to the language code you used above. Example: pt.js for "pt" => "Português".
- Translate all the values on the language file to the new language. (Incomplete translations will not be accepted).

## License
Expand Down

0 comments on commit a4926ba

Please sign in to comment.