Skip to content

Commit 4f62d69

Browse files
committed
chore: add French and Turkish translations for the new Oxlint integration
1 parent e5384d0 commit 4f62d69

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

locales/fr-FR.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@
4545
}
4646
},
4747
"needsEslint": {
48-
"message": "Ajouter ESLint pour la qualité du code\u00a0?"
48+
"message": "Ajouter ESLint pour la qualité du code\u00a0?",
49+
"selectOptions": {
50+
"negative": { "title": "Non" },
51+
"eslintOnly": {
52+
"title": "Oui"
53+
},
54+
"speedUpWithOxlint": {
55+
"title": "Oui, et accélérez avec Oxlint (expérimental)"
56+
}
57+
}
4958
},
5059
"needsPrettier": {
5160
"message": "Ajouter Prettier pour le formatage du code\u00a0?"

locales/tr-TR.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@
4545
}
4646
},
4747
"needsEslint": {
48-
"message": "Kod kalitesi için ESLint eklensin mi?"
48+
"message": "Kod kalitesi için ESLint eklensin mi?",
49+
"selectOptions": {
50+
"negative": { "title": "Hayır" },
51+
"eslintOnly": {
52+
"title": "Evet"
53+
},
54+
"speedUpWithOxlint": {
55+
"title": "Evet ve Oxlint ile hızlanın (deneysel)"
56+
}
57+
}
4958
},
5059
"needsPrettier": {
5160
"message": "Kod formatlama için Prettier eklensin mi?"

0 commit comments

Comments
 (0)