Skip to content

Commit d2a9908

Browse files
committed
fix: escape @ in i18n strings
1 parent bb8d133 commit d2a9908

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
"no_dependency": {
864864
"label": "No dep",
865865
"typeahead_title": "What Would James Do?",
866-
"typeahead_description": "Compare against writing it yourself! @43081j approved.",
866+
"typeahead_description": "Compare against writing it yourself! {'@'}43081j approved.",
867867
"james_says": "James says:",
868868
"tooltip_description": "Compare against writing it yourself! The {link} maintains a list of packages that can be replaced with native APIs or simpler alternatives.",
869869
"e18e_community": "e18e community",

lunaria/files/en-GB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
"no_dependency": {
864864
"label": "No dep",
865865
"typeahead_title": "What Would James Do?",
866-
"typeahead_description": "Compare against writing it yourself! @43081j approved.",
866+
"typeahead_description": "Compare against writing it yourself! {'@'}43081j approved.",
867867
"james_says": "James says:",
868868
"tooltip_description": "Compare against writing it yourself! The {link} maintains a list of packages that can be replaced with native APIs or simpler alternatives.",
869869
"e18e_community": "e18e community",

lunaria/files/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
"no_dependency": {
864864
"label": "No dep",
865865
"typeahead_title": "What Would James Do?",
866-
"typeahead_description": "Compare against writing it yourself! @43081j approved.",
866+
"typeahead_description": "Compare against writing it yourself! {'@'}43081j approved.",
867867
"james_says": "James says:",
868868
"tooltip_description": "Compare against writing it yourself! The {link} maintains a list of packages that can be replaced with native APIs or simpler alternatives.",
869869
"e18e_community": "e18e community",

0 commit comments

Comments
 (0)