Code Cleanup™
This commit is contained in:
@ -17,14 +17,14 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { l as proxyL } from "astro-i18n";
|
||||
import {l as proxyL} from "astro-i18n";
|
||||
|
||||
const locales = ["de"];
|
||||
|
||||
export const l = (route: string) => {
|
||||
export const l = (route: string) => {
|
||||
const transPath = proxyL(route);
|
||||
|
||||
if(import.meta.env.DEV) {
|
||||
if (import.meta.env.DEV) {
|
||||
return transPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user