mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-01 02:00:25 +00:00
refactor(i18n): allow irregular whitespace for french localisation files
See the following: - https://en.wikipedia.org/wiki/History_of_sentence_spacing#French_and_English_spacing - https://docs.weblate.org/en/weblate-4.14.1/user/checks.html#check-punctuation-spacing Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
cc6b6eb4b4
commit
952ac69d8a
@ -235,6 +235,17 @@ module.exports = {
|
||||
'jsonc/auto': 'error'
|
||||
}
|
||||
},
|
||||
/**
|
||||
* See the following:
|
||||
* - https://en.wikipedia.org/wiki/History_of_sentence_spacing#French_and_English_spacing
|
||||
* - https://docs.weblate.org/en/weblate-4.14.1/user/checks.html#check-punctuation-spacing
|
||||
*/
|
||||
{
|
||||
files: ['locales/fr.json'],
|
||||
rules: {
|
||||
'no-irregular-whitespace': 'off'
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['*.ts', '*.tsx'],
|
||||
parser: 'typescript-eslint-parser-for-extra-files',
|
||||
|
Loading…
Reference in New Issue
Block a user