feat(translations): add 7.0 support for most settings and some of marketplace

This commit is contained in:
David Ralph
2022-06-03 21:52:37 +01:00
parent 109918a2c6
commit 80723cbed1
36 changed files with 696 additions and 126 deletions

View File

@@ -35,7 +35,6 @@ const downloadImage = async (info) => {
variables.stats.postEvent('feature', 'Background download');
};
const getMessage = (text) => variables.language.getMessage(variables.languagecode, text);
export default function PhotoInformation({ info, url, api }) {