refactor(marketplace & achievements): Structural achanges and fixes

Co-authored-by: Isaac <contact@eartharoid.me>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-02-19 23:37:25 +00:00
parent e0ced3de08
commit 4975bd3077
26 changed files with 318 additions and 142 deletions

View File

@@ -1,8 +1,50 @@
[
"Opened 10 tabs",
"Opened 39 tabs",
"Opened 100 tabs",
"Opened 305 tabs",
"Installed an add-on",
"Installed 5 add-ons"
]
{
"10tabs": {
"name": "10/10 IGN",
"description": "Opened 10 tabs"
},
"thankyou": {
"name": "Thank You",
"description": "Opened 39 tabs"
},
"seasoning": {
"name": "Seasoning",
"description": "Opened 100 tabs"
},
"mrworldwide": {
"name": "Mr. Worldwide",
"description": "Opened 305 tabs"
},
"tabaholic": {
"name": "Tabaholic",
"description": "Opened 500 tabs"
},
"727": {
"name": "When You See It",
"description": "Opened 727 tabs"
},
"808s": {
"name": "808s & Tab Breaks",
"description": "Opened 808 tabs"
},
"1337": {
"name": "MU3T4B",
"description": "Opened 1337 tabs"
},
"averagelinuxuser": {
"name": "Average Linux User",
"description": "Installed an add-on"
},
"fullyriced": {
"name": "Fully Riced",
"description": "Installed 5 add-ons"
},
"21addons": {
"name": "They installed 21 add-ons? Whaaat?",
"description": "Installed 21 add-ons"
},
"overload": {
"name": "System Overload",
"description": "Installed 50 add-ons"
}
}

View File

@@ -1,31 +0,0 @@
import de_DE from './de_DE.json';
import en_GB from './en_GB.json';
import en_US from './en_US.json';
import es from './es.json';
import fr from './fr.json';
import nl from './nl.json';
import no from './no.json';
import ru from './ru.json';
import zh_CN from './zh_CN.json';
import id_ID from './id_ID.json';
import tr_TR from './tr_TR.json';
import bn from './bn.json';
import pt_BR from './pt_BR.json';
const translations = {
de_DE,
en_GB,
en_US,
es,
fr,
nl,
no,
ru,
zh_CN,
id_ID,
tr_TR,
bn,
pt_BR,
};
export default translations;

View File

@@ -676,6 +676,7 @@
"error": "Something went wrong",
"imported": "Successfully imported",
"no_storage": "Not enough storage",
"link_copied": "Link copied"
"link_copied": "Link copied",
"stats_reset": "Stats reset"
}
}