From 018d12ed8616ce220c51358122201efc7d7c869a Mon Sep 17 00:00:00 2001 From: Julienraptor01 Date: Thu, 3 Mar 2022 01:01:31 +0100 Subject: [PATCH 1/2] French translation I'm really not sure in this translation but after long think with some friends we came with this --- src/main/resources/assets/breakprogress/lang/fr_fr.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/breakprogress/lang/fr_fr.json diff --git a/src/main/resources/assets/breakprogress/lang/fr_fr.json b/src/main/resources/assets/breakprogress/lang/fr_fr.json new file mode 100644 index 0000000..075f08e --- /dev/null +++ b/src/main/resources/assets/breakprogress/lang/fr_fr.json @@ -0,0 +1,3 @@ +{ + "text.breakprogress.tooltip": "Partie cassée : %d%%" +} From 457bf42285875de67f473c5cf83ee040a314a855 Mon Sep 17 00:00:00 2001 From: Julienraptor01 Date: Thu, 3 Mar 2022 11:07:02 +0100 Subject: [PATCH 2/2] Better translation this correspond to the discussion in the PR --- src/main/resources/assets/breakprogress/lang/fr_fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/breakprogress/lang/fr_fr.json b/src/main/resources/assets/breakprogress/lang/fr_fr.json index 075f08e..c33093c 100644 --- a/src/main/resources/assets/breakprogress/lang/fr_fr.json +++ b/src/main/resources/assets/breakprogress/lang/fr_fr.json @@ -1,3 +1,3 @@ { - "text.breakprogress.tooltip": "Partie cassée : %d%%" + "text.breakprogress.tooltip": "Minage : %d%%" }