mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix typo in CONTRIBUTING.md
The ISO 639-1 code of Japanese is not "jp" but "ja".
This commit is contained in:
parent
284fc8eaa8
commit
b1e7823b50
1 changed files with 2 additions and 2 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -20,9 +20,9 @@ If you're planning to work on a new feature leave a message on the Matrix room
|
||||||
|
|
||||||
Example for a Japanese translation.
|
Example for a Japanese translation.
|
||||||
- Create a new translation file using the prototype in English
|
- Create a new translation file using the prototype in English
|
||||||
- e.g `cp resources/langs/nheko_en.ts resources/langs/nheko_jp.ts`
|
- e.g `cp resources/langs/nheko_en.ts resources/langs/nheko_ja.ts`
|
||||||
- Open the new translation file and change the line regarding the locale to reflect the current language.
|
- Open the new translation file and change the line regarding the locale to reflect the current language.
|
||||||
- e.g `<TS version="2.1" language="en">` => `<TS version="2.1" language="jp">`
|
- e.g `<TS version="2.1" language="en">` => `<TS version="2.1" language="ja">`
|
||||||
- Run `make update-translations` to update the translation files with any missing text.
|
- Run `make update-translations` to update the translation files with any missing text.
|
||||||
- Fill out the translation file (Qt Linguist can make things easier).
|
- Fill out the translation file (Qt Linguist can make things easier).
|
||||||
- Submit a PR!
|
- Submit a PR!
|
||||||
|
|
Loading…
Reference in a new issue