Skip to content

Commit f2fa2ee

Browse files
author
Jorge
committed
Fixed error in Hebrew message file: was utf-8, now utf-8 without bom
1 parent db016ef commit f2fa2ee

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
master -
2+
- Fixed error in Hebrew message file: was utf-8, now utf-8 without bom (thanks @katrinsharp)
23
- Added Swedish translation (thanks @ricn)
34
- Added Japanese translation (thanks @orih)
45
- /authenticate/:provider routes can now receive a 'redirectTo' parameter. This is where the user is redirected

samples/java/demo/conf/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application.secret=":hcl=cwZ8^kLxj<Pl0vQaQ0QI]y>^rC/eFNMBK_Sku/9OHbEOcHCUCORy0E4
99

1010
# The application languages
1111
# ~~~~~
12-
application.langs="en,es,de,fr,fa,nl,pt-BR,sr,ar,hu,pl,ru,zh-CN,zh-TW"
12+
application.langs="en,es,de,fr,fa,nl,pt-BR,sr,ar,hu,pl,ru,zh-CN,zh-TW,he"
1313

1414
# Global object class
1515
# ~~~~~

samples/scala/demo/conf/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ application.secret="HPP/7@=BndE@Vblc^pepK4`<5Qjp_UmI@==Pmg9dGQ5Eorw>/eGJPphIesq`
99

1010
# The application languages
1111
# ~~~~~
12-
application.langs="en,es,de,fr,fa,nl,pt-BR,sr,ar,hu,pl,ru,zh-CN,zh-TW"
12+
application.langs="en,es,de,fr,fa,nl,pt-BR,sr,ar,hu,pl,ru,zh-CN,zh-TW,he"
1313

1414
# Global object class
1515
# ~~~~~

0 commit comments

Comments
 (0)