Skip to content

Commit 3d9c0a3

Browse files
authored
commit
1 parent fda1485 commit 3d9c0a3

File tree

74 files changed

+60
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+60
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://www.springframework.org/schema/beans"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns:context="http://www.springframework.org/schema/context"
5+
xsi:schemaLocation="http://www.springframework.org/schema/beans
6+
http://www.springframework.org/schema/beans/spring-beans.xsd
7+
http://www.springframework.org/schema/context
8+
http://www.springframework.org/schema/context/spring-context.xsd">
9+
10+
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
11+
<property name="basename" value="message"></property>
12+
<!-- value yerine properties dosyasinin adini verdik -->
13+
<!-- id degeri ile class degerleri fix degismez degerlerdir. -->
14+
<!-- <property name="defaultEncoding" value="UTF-8"></property> -->
15+
</bean>
16+
</beans>
1.19 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fail.login.message = Login failed.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fail.login.message = Hatalı giriş yaptınız.
1.19 MB
Binary file not shown.
354 KB
Binary file not shown.
366 KB
Binary file not shown.
75.9 KB
Binary file not shown.
30.3 KB
Binary file not shown.
46.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)