Hi, I created a name generator for Game Masters and players alike. (Click English to change language)
http://davidsyntex.github.io/WebTrudvangSL/
Anything else that would be interesting on this kind of website?
Lobst5r wrote:The updates look good, but now it does not seem to be able to switch from Swedish to English. The only elements that switch are the links in the drop-down menu list.
I have not yet tried using a browser on a computer, I am using the Firefox browser on an Android phone, should that make a difference.
If I may ask, would you share how you are creating this? It would give me an opportunity to learn a little about coding.
The MIT License (MIT)
Copyright (c) 2016 David Malmström
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
{
"swedish": {
"navbarGames": "Spel<span class=\"caret\"></span>",
"navbarGeneral": "Generella<span class=\"caret\"></span>",
"navbarGeneralHooks": "Äventyrsuppslag",
"navbarGeneralNPC": "Spelledarperson",
"navbarGeneralIntrigue": "Intriger",
"navbarGeneralInitiative": "Initiativ",
"buttonInitiative": "Initiativ »",
"buttonNPC": "Spelledarperson »"
},
"english": {
"navbarGames": "Games<span class=\"caret\"></span>",
"navbarGeneral": "General<span class=\"caret\"></span>",
"navbarGeneralHooks": "Hooks",
"navbarGeneralNPC": "NPC",
"navbarGeneralIntrigue": "Intrigue",
"navbarGeneralInitiative": "Initiative",
"buttonInitiative": "Initiative »",
"buttonNPC": "NPC »"
}
}
"navbarGames"
"Games<span class=\"caret\"></span>"
id="navbarGames"