mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Language Support in Tooltips (#468)
* Add lang parameter to TextCompoennt * Add 'mclang' key * Add clearing old language cache when changed language * Fetch language in background * Remove auto-fetching mc language * wrap mclang with a state * update contributos * Move 'mclang' to config.json * Cleanup code to get mclang key and fix caching --------- Co-authored-by: Misode <misoloo64@gmail.com>
This commit is contained in:
@@ -152,6 +152,12 @@
|
||||
"avatar": "https://avatars.githubusercontent.com/u/34157027?v=4",
|
||||
"url": "https://github.com/Flemmli97"
|
||||
},
|
||||
{
|
||||
"name": "efekos",
|
||||
"types": ["code", "translation"],
|
||||
"avatar": "https://avatars.githubusercontent.com/u/56752400?v=4",
|
||||
"url": "https://github.com/efekos"
|
||||
},
|
||||
{
|
||||
"name": "HalbFettKaese",
|
||||
"types": ["report", "translation"],
|
||||
@@ -955,11 +961,5 @@
|
||||
"types": ["translation"],
|
||||
"avatar": "https://avatars.githubusercontent.com/u/121224522?v=4",
|
||||
"url": "https://github.com/notlin4"
|
||||
},
|
||||
{
|
||||
"name":"efekos",
|
||||
"types":["translation"],
|
||||
"avatar":"https://avatars.githubusercontent.com/u/56752400?v=4",
|
||||
"url":"https://github.com/efekos"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user