forked from doublespeakgames/adarkroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cross-browser support for language select
This fixes cross-browser support for the language select box by replacing it with a custom menu box.
- Loading branch information
1 parent
b512153
commit dc7afcb
Showing
4 changed files
with
63 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
var langs = { | ||
'en':'english', | ||
'fr':'français', | ||
'de':'deutsch', | ||
'cn':'简体中文', | ||
'de':'deutsch', | ||
'en':'english', | ||
'es': 'español', | ||
'uk':'українська', | ||
//'jp':'日本語', | ||
'fr':'français', | ||
'kr':'한국어', | ||
'pl':'polski', | ||
'ru':'русский', | ||
'sv':'svenska', | ||
'pl':'polski', | ||
'tr':'türkçe', | ||
'kr':'한국어' | ||
'uk':'українська' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters