AT Mot — a bilingual (EN/FR) daily word game native to the AT Protocol.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add bilingual strings for the share-edit dialog

+15
+15
src/i18n.ts
··· 39 39 lost: string; 40 40 theWordWas: string; 41 41 shareToAtproto: string; 42 + shareEditTitle: string; 43 + shareMessageLabel: string; 44 + shareLockedNote: string; 45 + postShare: string; 46 + cancel: string; 42 47 shared: string; 43 48 sharing: string; 44 49 copyResult: string; ··· 102 107 lost: 'Out of guesses', 103 108 theWordWas: 'The word was', 104 109 shareToAtproto: 'Share to atproto', 110 + shareEditTitle: 'Customise your post', 111 + shareMessageLabel: 'Your message', 112 + shareLockedNote: 'Your grid and link stay attached so your result still counts on the leaderboard.', 113 + postShare: 'Post', 114 + cancel: 'Cancel', 105 115 shared: 'Shared ✓', 106 116 sharing: 'Sharing…', 107 117 copyResult: 'Copy grid', ··· 165 175 lost: 'Plus d’essais', 166 176 theWordWas: 'Le mot était', 167 177 shareToAtproto: 'Partager sur atproto', 178 + shareEditTitle: 'Personnalisez votre message', 179 + shareMessageLabel: 'Votre message', 180 + shareLockedNote: 'Votre grille et votre lien restent attachés pour que votre résultat compte dans le classement.', 181 + postShare: 'Publier', 182 + cancel: 'Annuler', 168 183 shared: 'Partagé ✓', 169 184 sharing: 'Partage…', 170 185 copyResult: 'Copier la grille',