Skip to content
Snippets Groups Projects
Commit 099433b3 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'main' into 25-facilitate-inclusion-in-website

parents 9e4f6277 72aee42b
No related branches found
No related tags found
1 merge request!13Resolve "Facilitate inclusion in website"
......@@ -2,6 +2,9 @@ import React from 'react';
import { useTranslation } from 'react-i18next';
export const LocaleSwitcher: React.FC = () => {
if (import.meta.env.MODE === 'production') {
return null;
}
const { t, i18n } = useTranslation();
return (
<select
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment