ci: crowdin commit lint etc (#3372)
parent
94ff0d9b8f
commit
28626113b7
|
@ -1,12 +1,8 @@
|
||||||
---
|
---
|
||||||
pull_request_title: "i18n: update translations"
|
pull_request_title: "i18n: update translations"
|
||||||
files:
|
files:
|
||||||
# - source: /internal/server/locales/en/*
|
|
||||||
# translation: /internal/server/locales/%locale%/%original_file_name%
|
|
||||||
# skip_untranslated_strings: true
|
|
||||||
# skip_untranslated_files: true
|
|
||||||
- source: /internal/server/locales/en/*
|
- source: /internal/server/locales/en/*
|
||||||
translation: /internal/server/locales/%locale_with_underscore%/%original_file_name%
|
translation: /internal/server/locales/%two_letters_code%/%original_file_name%
|
||||||
skip_untranslated_strings: true
|
skip_untranslated_strings: true
|
||||||
skip_untranslated_files: true
|
skip_untranslated_files: true
|
||||||
...
|
...
|
||||||
|
|
|
@ -58,6 +58,7 @@ The `<type>` and `<summary>` fields are mandatory, the `(<scope>)` field is opti
|
||||||
* **docs** Documentation only changes
|
* **docs** Documentation only changes
|
||||||
* **feat** A new feature
|
* **feat** A new feature
|
||||||
* **fix** A bug fix
|
* **fix** A bug fix
|
||||||
|
* **i18n** Internationalization changes
|
||||||
* **perf** A code change that improves performance
|
* **perf** A code change that improves performance
|
||||||
* **refactor** A code change that neither fixes a bug nor adds a feature
|
* **refactor** A code change that neither fixes a bug nor adds a feature
|
||||||
* **release** Releasing a new version of Authelia
|
* **release** Releasing a new version of Authelia
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
"type-enum": [
|
"type-enum": [
|
||||||
2,
|
2,
|
||||||
"always",
|
"always",
|
||||||
["build", "ci", "docs", "feat", "fix", "perf", "refactor", "release", "revert", "test"],
|
["build", "ci", "docs", "feat", "fix", "i18n", "perf", "refactor", "release", "revert", "test"],
|
||||||
],
|
],
|
||||||
"scope-enum": [
|
"scope-enum": [
|
||||||
2,
|
2,
|
||||||
|
|
Loading…
Reference in New Issue