Skip to content

Commit

Permalink
Add French in every language available
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicOtter committed Dec 30, 2024
1 parent ad0333d commit 0c87767
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/elm/MassiveDecks/Strings/Languages/De.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1380,10 +1380,12 @@ translate _ mdString =
Spanish ->
[ Text "Spanisch" ]


Korean ->
[ Text "Koreanisch" ]

French ->
[ Text "Französisch" ]

an : Maybe Int -> String
an amount =
case amount of
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/DeXInformal.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,9 @@ translate _ mdString =
Korean ->
[ Text "Koreanisch" ]

French ->
[ Text "Französisch" ]


an : Maybe Int -> String
an amount =
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/Es.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,9 @@ translate _ mdString =
Korean ->
[ Text "Coreano" ]

French ->
[ Text "Francés" ]

raw : MdString -> Translation.Result never
raw =
Raw Nothing
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/Id.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,9 @@ translate _ mdString =
Korean ->
[ Text "Korea" ]

French ->
[ Text "Perancis" ]


an : Maybe Int -> String
an amount =
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/It.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,9 @@ translate _ mdString =
Korean ->
[ Text "Coreano" ]

French ->
[ Text "Francese" ]


an : Maybe Int -> String
an amount =
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/Ko.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,9 @@ translate _ mdString =
Korean ->
[ Text "한국어" ]

French ->
[ Text "프랑스 국민" ]



{- Private -}
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/Pl.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,9 @@ translate maybeDeclCase mdString =
Korean ->
[ Text "Koreański" ]

French ->
[ Text "Francuski" ]


type DeclensionCase
= Nominative -- Mianownik kto co
Expand Down
3 changes: 3 additions & 0 deletions client/src/elm/MassiveDecks/Strings/Languages/PtBR.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,9 @@ translate _ mdString =
Korean ->
[ Text "Coreano" ]

French ->
[ Text "Francês" ]


an : Maybe Int -> String
an amount =
Expand Down

0 comments on commit 0c87767

Please sign in to comment.