feat(translations): add WIP support for create, fix stats issue

This commit is contained in:
David Ralph
2021-08-15 11:59:30 +01:00
parent baaa780ade
commit 70273798b6
12 changed files with 253 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ function Tab(props) {
// Addons
case addons.added: icon = <Added/>; break;
case addons.sideload: icon = <Sideload/>; break;
case 'Create': icon = <Create/>; break;
case addons.create.title: icon = <Create/>; break;
// Marketplace
case marketplace.photo_packs: icon = <Background/>; break;