Skip to content

Commit 171dd0d

Browse files
committed
docs(*): update readme and contributing with translation details
1 parent bbf9b98 commit 171dd0d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You may find an issue is assigned, or has the [`assigned` label](https://github.
3636
#### Create a Translation
3737

3838
- Check the [`i18n`](https://github.com/perryrh0dan/taskline/tree/master/i18n) directory to ensure that taskline is not already translated in your target language.
39-
- Add the name of the language as the filename, e.g: `de.json`
39+
- Add the name of the language as the filename, e.g: `de.json` according to [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
4040
- Place the translated json file inside the ['i18n'](https://github.com/perryrh0dan/taskline/tree/master/i18n) directory.
4141
- Create a Pull Request including the language in the title, e.g: `Taskline: Russian Translation`
4242

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ Since Taskline 1.1.0 custom themes can be created. The colors of the individual
563563

564564
## Languages
565565

566-
Actual taskline supports english as default output language and german. Hopefully with you help we are able to translate taskline in much more languages. Visit the [contributing guidelines](https://github.com/perryrh0dan/taskline/blob/master/contributing.md#translating-taskline) to learn more on how to translate taskline into more languages.
566+
Change the language in the configuration file under language. Actual only english(en) and german(de) is supported.
567+
568+
Actual taskline supports english as default output language and german. Hopefully with your help we are able to translate taskline in much more languages. Visit the [contributing guidelines](https://github.com/perryrh0dan/taskline/blob/master/contributing.md#translating-taskline) to learn more on how to translate taskline into more languages.
567569

568570
## Development
569571

@@ -584,4 +586,3 @@ Currently there are three automated test. ESLint, JSHint and unit tests written
584586
## License
585587

586588
[MIT](https://github.com/perryrh0dan/taskline/blob/master/license.md)
587-

0 commit comments

Comments
 (0)