Skip to content

Commit

Permalink
fix(): correction import traduction française
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPoupard committed Dec 31, 2024
1 parent 0c87767 commit f0f0844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/elm/MassiveDecks/Strings.elm
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,4 @@ type MdString
| Indonesian -- The name of the Indonesian language.
| Spanish -- The name of the Spanish language.
| Korean -- The name of the Korean language.
| French -- The name of the French language.
2 changes: 1 addition & 1 deletion client/src/elm/MassiveDecks/Strings/Languages.elm
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ import MassiveDecks.Strings.Languages.De as DeLang
import MassiveDecks.Strings.Languages.DeXInformal as DeXInformalLang
import MassiveDecks.Strings.Languages.En as EnLang
import MassiveDecks.Strings.Languages.Es as EsLang
import MassiveDecks.Strings.Languages.Fr as FrLang
import MassiveDecks.Strings.Languages.Id as IdLang
import MassiveDecks.Strings.Languages.It as ItLang
import MassiveDecks.Strings.Languages.Ko as KoLang
import MassiveDecks.Strings.Languages.Model exposing (..)
import MassiveDecks.Strings.Languages.Pl as PlLang
import MassiveDecks.Strings.Languages.PtBR as PtBRLang
import MassiveDecks.Strings.Languages.Fr as FrLang
import MassiveDecks.Strings.Translation.Model as Translation
import MassiveDecks.Util.Maybe as Maybe
import MassiveDecks.Util.String as String
Expand Down
4 changes: 4 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/En/Internal.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,9 @@ translate _ mdString =

BrazilianPortuguese ->
[ Text "Portuguese (Brazilian)" ]

French ->
[ Text "French" ]

German ->
[ Text "German (Formal)" ]
Expand All @@ -1332,6 +1335,7 @@ translate _ mdString =




{- Private -}


Expand Down

0 comments on commit f0f0844

Please sign in to comment.