- Shows language selector on log in page - Adds tabs to account settings - Adds language preference selector on account settings - Adds issue template for new language - Updates dev docs for frontend localization --------- Co-authored-by: SuaYoo <SuaYoo@users.noreply.github.com> Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics> Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
18 lines
599 B
YAML
18 lines
599 B
YAML
name: Localization Request
|
|
description: Request a new language or translation.
|
|
title: "[L10N]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Language
|
|
description: Specify the language you'd like to add or translate. A list of currently supported languages can be found in our [Weblate project](https://hosted.weblate.org/engage/browsertrix/).
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Context
|
|
description: Any background information that helps us understand the request.
|
|
validations:
|
|
required: true
|