mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 15:29:32 +07:00
Make mod categories curated in Json (#9542)
* Dynamic mod categories from online query * Move Working string to Constants * Move Mod categories to json * Move Mod categories to json - UI * Move Mod categories to json - initial json
This commit is contained in:
50
android/assets/jsons/ModCategories.json
Normal file
50
android/assets/jsons/ModCategories.json
Normal file
@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"label": "All mods",
|
||||
"topic": "unciv-mod",
|
||||
"createDate": "2020-08-26T11:35:39Z",
|
||||
"modifyDate": "2023-06-08T05:39:47Z"
|
||||
},
|
||||
{
|
||||
"label": "Rulesets",
|
||||
"topic": "unciv-mod-rulesets",
|
||||
"createDate": "2022-07-23T06:41:09Z",
|
||||
"modifyDate": "2022-11-22T01:58:08Z"
|
||||
},
|
||||
{
|
||||
"label": "Expansions",
|
||||
"topic": "unciv-mod-expansions",
|
||||
"createDate": "2022-07-23T03:55:05Z",
|
||||
"modifyDate": "2023-02-25T19:44:45Z"
|
||||
},
|
||||
{
|
||||
"label": "Graphics",
|
||||
"topic": "unciv-mod-graphics",
|
||||
"createDate": "2022-06-26T11:55:31Z",
|
||||
"modifyDate": "2022-11-06T00:09:20Z"
|
||||
},
|
||||
{
|
||||
"label": "Audio",
|
||||
"topic": "unciv-mod-audio",
|
||||
"createDate": "2022-06-26T11:55:15Z",
|
||||
"modifyDate": "2023-02-19T11:55:56Z"
|
||||
},
|
||||
{
|
||||
"label": "Maps",
|
||||
"topic": "unciv-mod-maps",
|
||||
"createDate": "2022-07-28T20:24:37Z",
|
||||
"modifyDate": "2022-07-28T21:17:57Z"
|
||||
},
|
||||
{
|
||||
"label": "Fun",
|
||||
"topic": "unciv-mod-fun",
|
||||
"createDate": "2022-07-24T08:15:47Z",
|
||||
"modifyDate": "2023-04-07T16:32:11Z"
|
||||
},
|
||||
{
|
||||
"label": "Mods of mods",
|
||||
"topic": "unciv-mod-modsofmods",
|
||||
"createDate": "2022-08-05T10:00:15Z",
|
||||
"modifyDate": "2022-12-13T23:01:19Z"
|
||||
}
|
||||
]
|
@ -794,6 +794,7 @@ Advanced =
|
||||
Generate translation files =
|
||||
Translation files are generated successfully. =
|
||||
Fastlane files are generated successfully. =
|
||||
Update Mod categories =
|
||||
|
||||
Screen orientation =
|
||||
|
||||
@ -1732,6 +1733,7 @@ Downloaded! =
|
||||
[modName] Downloaded! =
|
||||
Could not download [modName] =
|
||||
Online query result is incomplete =
|
||||
Sorting and filtering needs to wait until the online query finishes =
|
||||
No description provided =
|
||||
[stargazers]✯ =
|
||||
Author: [author] =
|
||||
|
Reference in New Issue
Block a user