diff --git a/.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml b/.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml index b549520e81..9d4808d754 100644 --- a/.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml +++ b/.github/ISSUE_TEMPLATE/existing-feature-enhancement.yml @@ -28,7 +28,7 @@ body: - label: WebGL - label: Build Process - label: Unit Testing - - label: Localization Tools + - label: Internalization - label: Friendly Errors - label: Other (specify if possible) - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index dbe464acec..dd300bf37c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -28,7 +28,7 @@ body: - label: WebGL - label: Build Process - label: Unit Testing - - label: Localization Tools + - label: Internalization - label: Friendly Errors - label: Other (specify if possible) - type: textarea diff --git a/.github/ISSUE_TEMPLATE/found-a-bug.yml b/.github/ISSUE_TEMPLATE/found-a-bug.yml index e083a135a0..12cff53559 100644 --- a/.github/ISSUE_TEMPLATE/found-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/found-a-bug.yml @@ -22,7 +22,7 @@ body: - label: WebGL - label: Build Process - label: Unit Testing - - label: Localization Tools + - label: Internalization - label: Friendly Errors - label: Other (specify if possible) - type: input diff --git a/.github/labeler.yml b/.github/labeler.yml index cf8b8c0109..2cd071249f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -26,7 +26,7 @@ - '\[[xX]\]\s*Build Process' "Unit Testing": - '\[[xX]\]\s*Unit Testing' -"Localization": - - '\[[xX]\]\s*Localization Tools' +"Internalization": + - '\[[xX]\]\s*Internalization' "Friendly Errors": - '\[[xX]\]\s*Friendly Errors' diff --git a/contributor_docs/issue_labels.md b/contributor_docs/issue_labels.md index bd45e54603..33768978ba 100644 --- a/contributor_docs/issue_labels.md +++ b/contributor_docs/issue_labels.md @@ -41,7 +41,7 @@ All the Area labels are now coordinated with the [src folder](https://github.co All the labels below are coordinated with the rest of the steward [focus areas](https://github.com/processing/p5.js#stewards). * Build Process * Unit Testing -* Localization Tools +* Internalization * Friendly Errors * Documentation