Skip to content

Commit

Permalink
Fix serbian subs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixtorMe committed Aug 21, 2014
1 parent 6558992 commit 2fce86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ var Localization = function() {
},
"sr" : {
lang : "Serbian cyrillic",
encoding : [ "windows-1251", "iso-8859-5" ]
encoding : [ "windows-1251" ]
},
"sr" : {
lang : "Serbian latin",
encoding : [ "iso-8859-2", "windows-1250" ]
encoding : [ "windows-1250" ]
},
"sk" : {
lang : "Slovak",
Expand Down

0 comments on commit 2fce86b

Please sign in to comment.