diff options
author | Shun Sakai <sorairolake@protonmail.ch> | 2020-02-11 19:22:55 +0900 |
---|---|---|
committer | Shun Sakai <sorairolake@protonmail.ch> | 2020-02-11 19:22:55 +0900 |
commit | b1e7823b50308064cecfcfe53e3bf718d0263ec8 (patch) | |
tree | e281c0f766dccc98034760f968519f53dfb0034e /.github | |
parent | Improve styling of emote messages (diff) | |
download | nheko-b1e7823b50308064cecfcfe53e3bf718d0263ec8.tar.xz |
Fix typo in CONTRIBUTING.md
The ISO 639-1 code of Japanese is not "jp" but "ja".
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 706b00cc..fcda66fd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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. - 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. - - 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. - Fill out the translation file (Qt Linguist can make things easier). - Submit a PR! |