mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Merge eedba4c2b6
into ffa967c94b
This commit is contained in:
commit
3c9b2f58e4
4 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
welcome=Welcome
|
||||
welcome=welcome
|
||||
required=is required
|
||||
notFound=has not been found
|
||||
duplicate=is already in use
|
||||
|
|
1
src/main/resources/messages/messages_ja.properties
Normal file
1
src/main/resources/messages/messages_ja.properties
Normal file
|
@ -0,0 +1 @@
|
|||
welcome = ようこそ
|
1
src/main/resources/messages/messages_vie.properties
Normal file
1
src/main/resources/messages/messages_vie.properties
Normal file
|
@ -0,0 +1 @@
|
|||
welcome = Xin chao
|
10
src/main/resources/templates/vets/createOrUpdateVetForm.html
Normal file
10
src/main/resources/templates/vets/createOrUpdateVetForm.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>$Title$</title>
|
||||
</head>
|
||||
<body>
|
||||
$END$
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue