Skip to content

Commit

Permalink
Merge branch 'JapaneseTranslation' of https://github.com/dinoue/sharry
Browse files Browse the repository at this point in the history
…into JapaneseTranslation
  • Loading branch information
jcadmin committed Nov 8, 2023
2 parents 1adf3c0 + b15dded commit 56e232a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/webapp/src/main/elm/Messages/DateFormat.elm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ fr =
, lang = french
}


ja : DateTimeMsg
ja =
{ format =
Expand Down
4 changes: 2 additions & 2 deletions modules/webapp/src/main/elm/Messages/IntField.elm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fr =

ja : Texts
ja =
{ mustBeLower = "最小値 <= "
, mustBeGreater = "最大値 >= "
{ mustBeLower = "最大値 : "
, mustBeGreater = "最小値 : "
, notANumber = \str -> "" ++ str ++ "」は有効な数値ではありません!"
}

0 comments on commit 56e232a

Please sign in to comment.