mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
日本語とベトナムご対応
This commit is contained in:
parent
86040dfe08
commit
eedba4c2b6
4 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
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