chore: Update translations

This commit is contained in:
2023-09-14 18:45:29 +00:00
parent a8f000d9d8
commit 9c05b6a101
21 changed files with 609 additions and 567 deletions

View File

@ -164,12 +164,12 @@ const DefaultTab = () => {
const tab = publicKey ? preferences.defaultRootTab ?? `notes` : `trending/notes`;
const elm = RootTabRoutes.find(a => a.path === tab)?.element;
return elm;
}
};
export const RootTabRoutes = [
{
path: "",
element: <DefaultTab />
element: <DefaultTab />,
},
{
path: "global",