Skip to content

Commit

Permalink
contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Dec 25, 2024
1 parent 7f6447d commit e148dfc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/locale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Locale Issue Report
description: Report a locale issue
labels: [localization]
assignees: []
body:
- type: markdown
attributes:
value: |-
Do not use this form to request new languages, new languages can only be added if someone opens a PR. Refer to [Contributing Locale Updates](https://github.com/KatsuteDev/Background#contributing-locale-updates) for steps to add a language.<br><br>
- type: textarea
attributes:
label: Issue
description: |-
Explain the issue.
validations:
required: true
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ Use the <kbd>Background: Configuration</kbd> command or press the **Background**

## &nbsp;

### Contributing Locale Updates

Translations from online translators not accepted.

Locale files must use the language name in <https://code.visualstudio.com/docs/getstarted/locales>.

Copy `package.nls.json` to `package.nls.{language}.json` and replace only the values, `{#}` is automatically replaced in the extension.

### API

Add this extension to your `package.json`.
Expand Down

0 comments on commit e148dfc

Please sign in to comment.