Changeset 814ad8b in Klonkt for src/services/i18n.js


Ignore:
Timestamp:
06/22/2026 03:38:58 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
1ce1ffe
Parents:
b20460e
Message:

feat(circles): site name automatically from the remote actor (no manual input)

syncOne sets circle_links.label = actor.name (every sync, COALESCE fallback).
The manual name field in Admin -> Circles is gone; only the URL is needed.

Co-Authored-By: Claude <noreply@…>
EOF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/i18n.js

    rb20460e r814ad8b  
    544544    'acir.label': 'Label',
    545545    'acir.optional': 'optioneel',
     546    'acir.name_auto': 'De naam wordt automatisch van de site overgenomen — alleen de URL is nodig.',
    546547    'acir.label_ph': 'bijv. Joost Klein',
    547548    'acir.add': 'Toevoegen',
     
    15241525    'acir.label': 'Label',
    15251526    'acir.optional': 'optional',
     1527    'acir.name_auto': 'The name is taken automatically from the site — only the URL is needed.',
    15261528    'acir.label_ph': 'e.g. Joost Klein',
    15271529    'acir.add': 'Add',
     
    25032505    'acir.label': 'Bezeichnung',
    25042506    'acir.optional': 'optional',
     2507    'acir.name_auto': 'Der Name wird automatisch von der Seite übernommen — nur die URL ist nötig.',
    25052508    'acir.label_ph': 'z. B. Joost Klein',
    25062509    'acir.add': 'Hinzufügen',
Note: See TracChangeset for help on using the changeset viewer.