Commit 25863c2
chore(fe): fix French translation apostrophe escaping (dfinity#3757)
Typographic apostrophes (') in two French translations were incorrectly
backslash-escaped (`\'`), causing `npm run extract` to double-escape
them (`\\'`). This PR removes the unnecessary backslashes.
# Changes
- Fixed apostrophe escaping in 2 entries in
`src/frontend/src/lib/locales/fr.po`
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 15095b6 commit 25863c2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | | - | |
| 834 | + | |
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| |||
0 commit comments