mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
feat: add license info to app + prefetch license details (#6831)
* update project sidebar details to use common component + prefetch license * prepr * fix updated date needing to fetch versions
This commit is contained in:
@@ -3101,6 +3101,15 @@
|
||||
"project.follower-count-tooltip": {
|
||||
"defaultMessage": "{count, number} {count, plural, one {follower} other {followers}}"
|
||||
},
|
||||
"project.license.error": {
|
||||
"defaultMessage": "License text could not be retrieved."
|
||||
},
|
||||
"project.license.loading": {
|
||||
"defaultMessage": "Loading license text..."
|
||||
},
|
||||
"project.license.title": {
|
||||
"defaultMessage": "License"
|
||||
},
|
||||
"project.online-player-count": {
|
||||
"defaultMessage": "{count, number} online"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user