Skip to content

Commit

Permalink
chore: remove translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rothsandro committed Nov 30, 2024
1 parent d8c0aa4 commit aaabe01
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
// @ts-check
import { defineConfig, createNotesQuery } from "./.app/app-config.js";
import { defineTranslations } from "./.app/app-translations.js";

// TODO: For testing purposes only => remove
export const translations = defineTranslations({
lang: "de",
partial: true,
translations: {
"search.input.placeholder": "Suchen...",
"search.popover.placeholder": "Suche nach Titel, Inhalt und #tag",
},
});

export default defineConfig({
title: "Eleventy Notes",
Expand Down

0 comments on commit aaabe01

Please sign in to comment.