You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lean4game/client/src/config.json

42 lines
616 B
JSON

{
"allGames": [
"leanprover-community/nng4",
"hhu-adam/Robo",
"djvelleman/stg4",
"trequetrum/lean4game-logic"
],
"languages": [
{
"iso": "en",
"flag": "GB",
"name": "English"
},
{
"iso": "de",
"flag": "DE",
"name": "Deutsch"
},
{
"iso": "zh",
"flag": "CN",
"name": "中文"
}
],
"newLanguages": {
"en": {
"flag": "GB",
"name": "English"
},
"de": {
"flag": "DE",
"name": "Deutsch"
},
"zh": {
"flag": "CN",
"name": "中文"
}
},
"useFlags": false
}