Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ const config = {
},

viteConfigExtensions: {
server: {
proxy: {
'/anthropic-proxy': {
target: 'https://api.anthropic.com',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/anthropic-proxy/, ''),
},
},
},
optimizeDeps: {
esbuildOptions: {
target: 'es2022',
Expand Down
49 changes: 47 additions & 2 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,57 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2026-06-11T16:48:10.810Z\n"
"PO-Revision-Date: 2026-06-11T16:48:10.810Z\n"
"POT-Creation-Date: 2026-06-15T13:48:16.543Z\n"
"PO-Revision-Date: 2026-06-15T13:48:16.543Z\n"

msgid "2020"
msgstr "2020"

msgid "Thinking…"
msgstr "Thinking…"

msgid "Running {{name}}…"
msgstr "Running {{name}}…"

msgid "Map assistant"
msgstr "Map assistant"

msgid "Demo mode — no AI model connected"
msgstr "Demo mode — no AI model connected"

msgid "New conversation"
msgstr "New conversation"

msgid "Add, edit, or remove map layers using plain language."
msgstr "Add, edit, or remove map layers using plain language."

msgid "Try an example"
msgstr "Try an example"

msgid "You"
msgstr "You"

msgid "Assistant"
msgstr "Assistant"

msgid "Remove a layer"
msgstr "Remove a layer"

msgid "Try another example"
msgstr "Try another example"

msgid "Try one of the examples above…"
msgstr "Try one of the examples above…"

msgid "Ask me to add, edit, or remove a layer…"
msgstr "Ask me to add, edit, or remove a layer…"

msgid "Send"
msgstr "Send"

msgid "AI assistant"
msgstr "AI assistant"

msgid "Untitled map, {{date}}"
msgstr "Untitled map, {{date}}"

Expand Down
Loading