Skip to content

Commit 57b540b

Browse files
authored
Merge pull request #20 from Dispositif/main
Fix config for FR translation
2 parents 4c9f407 + c93676a commit 57b540b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

languages/fr-FR.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"PotatoOrNot.MediumDescription": "Tu as un ordinateur milieu de gamme qui n'est pas mauvais, mais qui commence à prendre de l'âge.",
66
"PotatoOrNot.GoodTitle": "Patate de luxe",
77
"PotatoOrNot.GoodDescription": "Ton ordinateur puissant est presque membre du club VIP.",
8-
"PotatoOrNot.Selection": "Sélectionne le niveau de qualité de ton ordinateur :",
8+
"PotatoOrNot.Selection": "Sélectionne le niveau de performance de ton ordinateur :",
99
"PotatoOrNot.Accept": "Accepter"
10-
}
10+
}

languages/fr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"PotatoOrNot.MediumDescription": "Tu as un ordinateur milieu de gamme qui n'est pas mauvais, mais qui commence à prendre de l'âge.",
66
"PotatoOrNot.GoodTitle": "Patate de luxe",
77
"PotatoOrNot.GoodDescription": "Ton ordinateur puissant est presque membre du club VIP.",
8-
"PotatoOrNot.Selection": "Sélectionne le niveau de qualité de ton ordinateur :",
8+
"PotatoOrNot.Selection": "Sélectionne le niveau de performance de ton ordinateur :",
99
"PotatoOrNot.Accept": "Accepter"
10-
}
10+
}

module.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "potato-or-not",
33
"title": "Potato Or Not",
44
"description": "Is your computer a potato or not? If so, this mod will prompt you that you might want to turn down your graphics.",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"minimumCoreVersion": "10",
77
"compatibility": {
88
"minimum": "10",
@@ -28,6 +28,11 @@
2828
"name": "English",
2929
"path": "languages/en.json"
3030
},
31+
{
32+
"lang": "fr",
33+
"name": "Français",
34+
"path": "languages/fr.json"
35+
},
3136
{
3237
"lang": "fr-FR",
3338
"name": "Français (France)",

0 commit comments

Comments
 (0)